guix_mirror_bot pushed a commit to branch master
in repository guix.
commit db8c641876a96582f359394d5456279e9d8d5d9a
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Aug 26 01:48:50 2025 +0200
gnu: python-sop: Update to 0.5.1.
* gnu/packages/python-crypto.scm (python-sop): Update to 0.5.1.
Change-Id: I685033da8c86bdf9727519a95584b252cd6de608
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
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 f1709ac9f0..abc8a729f1 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1701,7 +1701,7 @@ interacting with a U2F device over USB.")
(define-public python-sop
(package
(name "python-sop")
- (version "0.2.0")
+ (version "0.5.1")
(source
(origin
(method git-fetch)
@@ -1710,7 +1710,7 @@ interacting with a U2F device over USB.")
(commit (string-append "sop-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "071n7ifi634ai2xaddxdjiscp4v215r48d9i3v24mpz23sh8ymjn"))))
+ (base32 "0sin5miiiqgww0s52jz098x44nbnx003vfd4jn55bs5mgca60lll"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ; XXX: No tests upstream.