1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: python-secretstorage: Update to 3.3.1.

* gnu/packages/python-crypto.scm (python-secretstorage): Update to 3.3.1.
This commit is contained in:
Efraim Flashner 2021-02-14 14:07:09 +02:00
parent 3bab959405
commit 78b043bb90
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1483,14 +1483,14 @@ and Backlog for a list of what is and is not currently supported.")
(define-public python-secretstorage (define-public python-secretstorage
(package (package
(name "python-secretstorage") (name "python-secretstorage")
(version "3.1.2") (version "3.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "SecretStorage" version)) (uri (pypi-uri "SecretStorage" version))
(sha256 (sha256
(base32 (base32
"1xmzr0j3066s220bss4nkgqbiwb5k4kkp2rkpqlqwjb5kfc8mnhm")))) "15ginv4gzxrx77n7517xnvf2jcpqc6ran12s951hc85zlr8nqrpx"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f)) ; Tests require a running dbus service. '(#:tests? #f)) ; Tests require a running dbus service.