diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 68b4ad478b4..2e08243178e 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -743,14 +743,14 @@ file, and more.") | |||
| 743 | (define-public python-ecpy | 743 | (define-public python-ecpy |
| 744 | (package | 744 | (package |
| 745 | (name "python-ecpy") | 745 | (name "python-ecpy") |
| 746 | (version "0.8.2") | 746 | (version "0.10.0") |
| 747 | (source | 747 | (source |
| 748 | (origin | 748 | (origin |
| 749 | (method url-fetch) | 749 | (method url-fetch) |
| 750 | (uri (pypi-uri "ECPy" version)) | 750 | (uri (pypi-uri "ECPy" version)) |
| 751 | (sha256 | 751 | (sha256 |
| 752 | (base32 | 752 | (base32 |
| 753 | "090fqnj8z0xm44jrfpll7j45r68m6kp7mjr7yxzg93j42h3sj285")))) | 753 | "1gc3i5s93zq6x1nkaxkq1dvmsc12vmrw0hns9f5s1hcb78ni52c8")))) |
| 754 | (build-system python-build-system) | 754 | (build-system python-build-system) |
| 755 | (propagated-inputs | 755 | (propagated-inputs |
| 756 | `(("python-future" ,python-future))) | 756 | `(("python-future" ,python-future))) |
