guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: python-secretstorage: Update to 3.3.1.


From: guix-commits
Subject: 03/09: gnu: python-secretstorage: Update to 3.3.1.
Date: Mon, 15 Feb 2021 04:37:56 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 78b043bb908813c01b2c6dbde16b310971ca85f5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 14 14:07:09 2021 +0200

    gnu: python-secretstorage: Update to 3.3.1.
    
    * gnu/packages/python-crypto.scm (python-secretstorage): Update to 3.3.1.
---
 gnu/packages/python-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 9613cf3..91b10e9 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]