mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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.
This commit is contained in:
parent
356a79becc
commit
c57b8419f4
1 changed files with 5 additions and 3 deletions
|
@ -232,15 +232,17 @@ (define-public python2-paramiko
|
|||
(define-public python-ecdsa
|
||||
(package
|
||||
(name "python-ecdsa")
|
||||
(version "0.13.3")
|
||||
(version "0.14.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ecdsa" version))
|
||||
(sha256
|
||||
(base32 "0k9xxklf865g6x43gkfarwb25ffrkmpvkzkh71rylqx7cjq80g0n"))))
|
||||
(base32 "13nx5cbfxc0gnax5zwdmp9xc40qd1llk62mv85jyrvqkbw017ik4"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
(native-inputs
|
||||
`(("openssl" ,openssl)))
|
||||
(home-page "https://github.com/warner/python-ecdsa")
|
||||
(synopsis "ECDSA cryptographic signature library (pure python)")
|
||||
|
|
Loading…
Reference in a new issue