me
/
guix
Archived
1
0
Fork 0

gnu: python-googleapis-common-protos: Update to 1.56.4.

* gnu/packages/python-web.scm (python-googleapis-common-protos): Update
to 1.56.4.
[arguments]: Enable test suite.
master
Efraim Flashner 2023-03-20 11:22:50 +02:00
parent 86f1a3643e
commit f541989f95
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -7324,17 +7324,16 @@ and Resumable Uploads.")
(define-public python-googleapis-common-protos
(package
(name "python-googleapis-common-protos")
(version "1.56.1")
(version "1.56.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "googleapis-common-protos" version))
(sha256
(base32 "16x1pjc34mrj9w130j40r23ndpykhsqivvk5xfl63ss6qsfyapkb"))))
(base32 "05s4dszqd5pjwjh4bdic40v1v447k0a3dynsrgypqf3rfb276n62"))))
(build-system python-build-system)
(arguments
`(#:tests? #false ;fails for unknown reasons
#:phases
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)