gnu: python-ecpy: Update to 0.10.0.

* gnu/packages/python-crypto.scm (python-ecpy): Update to 0.10.0.
This commit is contained in:
Vagrant Cascadian 2019-02-08 17:11:04 -08:00 committed by Danny Milosavljevic
parent a62887d30d
commit 37da5813e9
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -743,14 +743,14 @@ file, and more.")
(define-public python-ecpy (define-public python-ecpy
(package (package
(name "python-ecpy") (name "python-ecpy")
(version "0.8.2") (version "0.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ECPy" version)) (uri (pypi-uri "ECPy" version))
(sha256 (sha256
(base32 (base32
"090fqnj8z0xm44jrfpll7j45r68m6kp7mjr7yxzg93j42h3sj285")))) "1gc3i5s93zq6x1nkaxkq1dvmsc12vmrw0hns9f5s1hcb78ni52c8"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-future" ,python-future))) `(("python-future" ,python-future)))