mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4e36a25e10
commit
db8c641876
1 changed files with 2 additions and 2 deletions
|
@ -1701,7 +1701,7 @@ interacting with a U2F device over USB.")
|
||||||
(define-public python-sop
|
(define-public python-sop
|
||||||
(package
|
(package
|
||||||
(name "python-sop")
|
(name "python-sop")
|
||||||
(version "0.2.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1710,7 +1710,7 @@ interacting with a U2F device over USB.")
|
||||||
(commit (string-append "sop-" version))))
|
(commit (string-append "sop-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "071n7ifi634ai2xaddxdjiscp4v215r48d9i3v24mpz23sh8ymjn"))))
|
(base32 "0sin5miiiqgww0s52jz098x44nbnx003vfd4jn55bs5mgca60lll"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ; XXX: No tests upstream.
|
(list #:tests? #f)) ; XXX: No tests upstream.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue