me
/
guix
Archived
1
0
Fork 0

gnu: python-base58: Update to 2.0.1.

* gnu/packages/python-crypto.scm (python-base58): Update to 2.0.1.
master
Nicolas Goaziou 2020-10-17 15:07:17 +02:00
parent 201a507b77
commit cba7a6f7df
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -91,14 +91,14 @@ Python. It does not bind to libotr.")
(define-public python-base58 (define-public python-base58
(package (package
(name "python-base58") (name "python-base58")
(version "1.0.3") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "base58" version)) (uri (pypi-uri "base58" version))
(sha256 (sha256
(base32 (base32
"0q1yr0n5jaf17xq98m7dma6z4rh8p19ch55l1s09gi3rk5ckqycs")))) "0yfaqp76kbdb62hikr5n4jkkfjfmii89grwfy6sw3fmsv5hrap1n"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-pyhamcrest" ,python-pyhamcrest))) `(("python-pyhamcrest" ,python-pyhamcrest)))