mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +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:
parent
3bab959405
commit
78b043bb90
1 changed files with 2 additions and 2 deletions
|
@ -1483,14 +1483,14 @@ and Backlog for a list of what is and is not currently supported.")
|
|||
(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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue