me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2019-12-18 09:53:48 +02:00
parent 356a79becc
commit c57b8419f4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 3 deletions

View File

@ -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)")