gnu: python-ecdsa: Update to 0.14.1.
* gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.14.1. [inputs]: Move openssl ... [native-inputs]: ... to here. [propagated-inputs]: Add python-six.master
parent
356a79becc
commit
c57b8419f4
|
@ -232,15 +232,17 @@ Python interface around SSH networking concepts.")
|
||||||
(define-public python-ecdsa
|
(define-public python-ecdsa
|
||||||
(package
|
(package
|
||||||
(name "python-ecdsa")
|
(name "python-ecdsa")
|
||||||
(version "0.13.3")
|
(version "0.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ecdsa" version))
|
(uri (pypi-uri "ecdsa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0k9xxklf865g6x43gkfarwb25ffrkmpvkzkh71rylqx7cjq80g0n"))))
|
(base32 "13nx5cbfxc0gnax5zwdmp9xc40qd1llk62mv85jyrvqkbw017ik4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
|
`(("python-six" ,python-six)))
|
||||||
|
(native-inputs
|
||||||
`(("openssl" ,openssl)))
|
`(("openssl" ,openssl)))
|
||||||
(home-page "https://github.com/warner/python-ecdsa")
|
(home-page "https://github.com/warner/python-ecdsa")
|
||||||
(synopsis "ECDSA cryptographic signature library (pure python)")
|
(synopsis "ECDSA cryptographic signature library (pure python)")
|
||||||
|
|
Reference in New Issue