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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-08-26 01:48:50 +02:00 committed by Sharlatan Hellseher
parent 4e36a25e10
commit db8c641876
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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.