summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-08 21:31:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-09 19:21:05 +0200
commit9cd100b659ccd122f73f242e0a746384330e0bf6 (patch)
tree4f2160625fee80f014b793bd47ca4ca01c487598 /gnu/packages/python-crypto.scm
parent13299105115173bf70ec5bca5a5d61e277e41bf3 (diff)
gnu: python-ecdsa: Update to 0.13.3.
* gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.13.3.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index b83721946c3..f05c01060fa 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -232,21 +232,18 @@ Python interface around SSH networking concepts.")
232(define-public python-ecdsa 232(define-public python-ecdsa
233 (package 233 (package
234 (name "python-ecdsa") 234 (name "python-ecdsa")
235 (version "0.13") 235 (version "0.13.3")
236 (source 236 (source
237 (origin 237 (origin
238 (method url-fetch) 238 (method url-fetch)
239 (uri (pypi-uri "ecdsa" version)) 239 (uri (pypi-uri "ecdsa" version))
240 (sha256 240 (sha256
241 (base32 241 (base32 "0k9xxklf865g6x43gkfarwb25ffrkmpvkzkh71rylqx7cjq80g0n"))))
242 "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4"))))
243 (build-system python-build-system) 242 (build-system python-build-system)
244 (inputs 243 (inputs
245 `(("openssl" ,openssl))) 244 `(("openssl" ,openssl)))
246 (home-page 245 (home-page "https://github.com/warner/python-ecdsa")
247 "https://github.com/warner/python-ecdsa") 246 (synopsis "ECDSA cryptographic signature library (pure python)")
248 (synopsis
249 "ECDSA cryptographic signature library (pure python)")
250 (description 247 (description
251 "This is an easy-to-use implementation of ECDSA cryptography (Elliptic 248 "This is an easy-to-use implementation of ECDSA cryptography (Elliptic
252Curve Digital Signature Algorithm), implemented purely in Python. With this 249Curve Digital Signature Algorithm), implemented purely in Python. With this