~ruther/guix-local

05a11989c6c9bd7f066aa6f469f104cdffda18b0 — Sharlatan Hellseher 1 year, 5 months ago ad9bb4c
gnu: python-azure-core: Update to 1.32.0.

* gnu/packages/python-web.scm (python-azure-core): Update to 1.32.0.
[source]: Adjust URI name as PyPI archive has been changed.
[native-inputs]: Remove unzip; add python-setuptools and python-wheel.

Change-Id: I08da865f353a16ec107f1a17bf6376a6519bc62e
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +5 -4
@@ 8326,13 8326,13 @@ Python.")
(define-public python-azure-core
  (package
    (name "python-azure-core")
    (version "1.28.0")
    (version "1.32.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "azure-core" version ".zip"))
       (uri (pypi-uri "azure_core" version))
       (sha256
        (base32 "1g9nv5pcjkskv37vsjgsm7am81y629flwkghnvd5dphzzikgrvp9"))))
        (base32 "1r9hqyqr5fxiiai0irr0n98gwgzj5f8y46vc1yci9bidddfw7cr2"))))
    (build-system pyproject-build-system)
    (arguments
     (list


@@ 8369,7 8369,8 @@ Python.")
           python-pytest-aiohttp
           python-pytest-asyncio
           python-pytest-trio
           unzip))
           python-setuptools
           python-wheel))
    (home-page "https://github.com/Azure/azure-sdk-for-python")
    (synopsis "Microsoft Azure Core library for Python")
    (description "This package provides the Microsoft Azure Core library for