guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 55545aa0e61a85af6b6499329a5cf9a85f20e093
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 11:46:35 2026 +0100

    gnu: python-google-api-core: Update to 2.29.0.
    
    * gnu/packages/python-web.scm (python-google-api-core): Update to 2.29.0.
    
    Change-Id: I6da448552d1d6ae49af66f98a5cbde0511c7bcc4
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 907c324e2a..df0f454ad7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11978,7 +11978,7 @@ the @code{googleapis/api-common-protos} repository.")
 (define-public python-google-api-core
   (package
     (name "python-google-api-core")
-    (version "2.28.1")
+    (version "2.29.0")
     (source
      (origin
        (method git-fetch)
@@ -11987,7 +11987,7 @@ the @code{googleapis/api-common-protos} repository.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1h12187s5jlj3x6gl13byfwkr2mnyiabyc6i74kc6bazz3r4iizx"))))
+        (base32 "0ahs8abyl7719paarlnspqp8yds149w7vm3w7zz6f7q04sscd862"))))
     (build-system pyproject-build-system)
     (propagated-inputs
      (list python-google-auth

Reply via email to