diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 11:46:35 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:45 +0100 |
| commit | a291d2697bb1a2a2fcb2a41212e04fce62db9d11 (patch) | |
| tree | b6224d53c35adf5fb6455a340c70609cbccd64b9 /gnu/packages/python-web.scm | |
| parent | 41e64792e1e6da9fcc71e68c1a1207900cde5c19 (diff) | |
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 <sharlatanus@gmail.com>
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 907c324e2a8..df0f454ad7b 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 |
