guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: python-ecdsa: Update to 0.13.3.


From: guix-commits
Subject: 02/04: gnu: python-ecdsa: Update to 0.13.3.
Date: Wed, 9 Oct 2019 13:38:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9cd100b659ccd122f73f242e0a746384330e0bf6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 8 21:31:53 2019 +0200

    gnu: python-ecdsa: Update to 0.13.3.
    
    * gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.13.3.
---
 gnu/packages/python-crypto.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index b837219..f05c010 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -232,21 +232,18 @@ Python interface around SSH networking concepts.")
 (define-public python-ecdsa
   (package
     (name "python-ecdsa")
-    (version "0.13")
+    (version "0.13.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ecdsa" version))
        (sha256
-        (base32
-         "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4"))))
+        (base32 "0k9xxklf865g6x43gkfarwb25ffrkmpvkzkh71rylqx7cjq80g0n"))))
     (build-system python-build-system)
     (inputs
      `(("openssl" ,openssl)))
-    (home-page
-     "https://github.com/warner/python-ecdsa";)
-    (synopsis
-     "ECDSA cryptographic signature library (pure python)")
+    (home-page "https://github.com/warner/python-ecdsa";)
+    (synopsis "ECDSA cryptographic signature library (pure python)")
     (description
      "This is an easy-to-use implementation of ECDSA cryptography (Elliptic
 Curve Digital Signature Algorithm), implemented purely in Python.  With this



reply via email to

[Prev in Thread] Current Thread [Next in Thread]