~ruther/guix-local

db8c641876a96582f359394d5456279e9d8d5d9a — Nicolas Graves 7 months ago 4e36a25
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-crypto.scm
M gnu/packages/python-crypto.scm => gnu/packages/python-crypto.scm +2 -2
@@ 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.