mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-google-auth: Update to 2.40.3.
* gnu/packages/python-web.scm (python-google-auth): Update to 2.40.3. [propagated-inputs]: Remove python-cachetools; add python-cachetools-5. Change-Id: Ie31e53b04df90fcdc6a730dbace042b5ca33b329
This commit is contained in:
parent
a03293ac50
commit
67b0aaaa74
1 changed files with 3 additions and 3 deletions
|
@ -10305,13 +10305,13 @@ Client Library for Python.")
|
||||||
(define-public python-google-auth
|
(define-public python-google-auth
|
||||||
(package
|
(package
|
||||||
(name "python-google-auth")
|
(name "python-google-auth")
|
||||||
(version "2.37.0")
|
(version "2.40.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "google_auth" version))
|
(uri (pypi-uri "google_auth" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "002xvp1139lrw2c2s2yllg5499ghfxzg9lv35i4q770zpwx64m00"))))
|
(base32 "0xrvsqrqx89zkf13gjp328j2y5cfhl88sjzjkkm3dszdmllkl32h"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -10319,7 +10319,7 @@ Client Library for Python.")
|
||||||
;; This one test uses crypto.sign with an outdated calling convention.
|
;; This one test uses crypto.sign with an outdated calling convention.
|
||||||
'(list "--ignore=tests/transport/test__mtls_helper.py")))
|
'(list "--ignore=tests/transport/test__mtls_helper.py")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cachetools
|
(list python-cachetools-5
|
||||||
python-pyasn1-modules
|
python-pyasn1-modules
|
||||||
python-pyjwt
|
python-pyjwt
|
||||||
python-rsa))
|
python-rsa))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue