diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 17:35:05 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 17:46:26 +0000 |
| commit | e115320ab5bcf7ac793f7e3bf69eaad3026ddb8e (patch) | |
| tree | 3f484a85fc33b3f6aa1f3cf2890e13d4273847c5 /gnu/packages/python-web.scm | |
| parent | 86ae403744cf93fde7e16a13ae8ceb67eb60f495 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e638ff3c4f7..fea849f10df 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, |
