guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e115320ab5bcf7ac793f7e3bf69eaad3026ddb8e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Oct 28 17:35:05 2025 +0000

    gnu: python-azure-storage-blob: Update to 12.27.0.
    
    * gnu/packages/python-web.scm (python-azure-storage-blob): Update to 
12.27.0.
    
    Change-Id: I13ac3c0b0da70fc75a388ce7ecbf89b8d999e1c8
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e638ff3c4f..fea849f10d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11121,13 +11121,13 @@ Python.")
 (define-public python-azure-storage-blob
   (package
     (name "python-azure-storage-blob")
-    (version "12.26.0")
+    (version "12.27.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "azure_storage_blob" version))
        (sha256
-        (base32 "07ypg1ny5rivy51f4q9h2xajd60wc19jf0zbpw0dxxr48a1dgmsx"))))
+        (base32 "16nb17f6bi0k53qlxybwqxdld3nj742hmsk4qcq3jwka5b6y5s4r"))))
     (build-system pyproject-build-system)
     (arguments
     ;; XXX: devtools_testutils is not provided as a proper package on PyPI,

Reply via email to