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 @@ (define-public python-ntlm-auth
(define-public python-secretstorage
(package
(name "python-secretstorage")
(version "3.1.2")
(version "3.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "SecretStorage" version))
(sha256
(base32
"1xmzr0j3066s220bss4nkgqbiwb5k4kkp2rkpqlqwjb5kfc8mnhm"))))
"15ginv4gzxrx77n7517xnvf2jcpqc6ran12s951hc85zlr8nqrpx"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; Tests require a running dbus service.