1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2025-10-28 17:35:05 +00:00
parent 86ae403744
commit e115320ab5

View File

@@ -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,