gnu: python-ecdsa: Update to 0.13.3.

* gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.13.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-08 21:31:53 +02:00
parent 1329910511
commit 9cd100b659
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 4 additions and 7 deletions

View File

@ -232,21 +232,18 @@ 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") (version "0.13.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ecdsa" version)) (uri (pypi-uri "ecdsa" version))
(sha256 (sha256
(base32 (base32 "0k9xxklf865g6x43gkfarwb25ffrkmpvkzkh71rylqx7cjq80g0n"))))
"1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("openssl" ,openssl))) `(("openssl" ,openssl)))
(home-page (home-page "https://github.com/warner/python-ecdsa")
"https://github.com/warner/python-ecdsa") (synopsis "ECDSA cryptographic signature library (pure python)")
(synopsis
"ECDSA cryptographic signature library (pure python)")
(description (description
"This is an easy-to-use implementation of ECDSA cryptography (Elliptic "This is an easy-to-use implementation of ECDSA cryptography (Elliptic
Curve Digital Signature Algorithm), implemented purely in Python. With this Curve Digital Signature Algorithm), implemented purely in Python. With this