gnu: python-base58: Update to 2.0.1.
* gnu/packages/python-crypto.scm (python-base58): Update to 2.0.1.master
parent
201a507b77
commit
cba7a6f7df
|
@ -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)))
|
||||||
|
|
Reference in New Issue