guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-google-auth: Update to 2.17.3.


From: guix-commits
Subject: 02/02: gnu: python-google-auth: Update to 2.17.3.
Date: Tue, 18 Apr 2023 00:48:10 -0400 (EDT)

podiki pushed a commit to branch core-updates
in repository guix.

commit a5c4b50c36846c5ced7978a176a5de6c6a142b18
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Tue Apr 18 00:45:36 2023 -0400

    gnu: python-google-auth: Update to 2.17.3.
    
    * gnu/packages/python-web.scm (python-google-auth): Update to 2.17.3.
    [native-inputs]: Add python-mock.
---
 gnu/packages/python-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 534367c789..91a045c563 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7298,13 +7298,13 @@ of the CRC32C hashing algorithm.")
 (define-public python-google-auth
   (package
     (name "python-google-auth")
-    (version "2.6.6")
+    (version "2.17.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "google-auth" version))
        (sha256
-        (base32 "04ikassansqkkw4pa98in7q9r4z001m6bi2r3ssxwwrb0f79790v"))))
+        (base32 "1z2f0vj374rscvlivhvf9xxjlg4lng4mgpqnygfhy4wbqlmiwcff"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -7322,6 +7322,7 @@ of the CRC32C hashing algorithm.")
     (native-inputs
      (list python-flask
            python-freezegun
+           python-mock
            python-oauth2client
            python-pyopenssl
            python-pytest



reply via email to

[Prev in Thread] Current Thread [Next in Thread]