mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05: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 @@ (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.
|
||||
|
|
Loading…
Reference in a new issue