guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python-rsa: Update to 3.4.2.


From: Leo Famulari
Subject: 01/04: gnu: python-rsa: Update to 3.4.2.
Date: Wed, 19 Oct 2016 17:13:05 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit ecd68c53a6c74aed2c75def91624123ca7c08ab0
Author: Leo Famulari <address@hidden>
Date:   Sat Oct 15 21:27:35 2016 -0400

    gnu: python-rsa: Update to 3.4.2.
    
    * gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 57dcd83..926f6ca 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7770,14 +7770,14 @@ text.")
 (define-public python-rsa
   (package
    (name "python-rsa")
-   (version "3.2")
+   (version "3.4.2")
    (source
     (origin
      (method url-fetch)
      (uri (pypi-uri "rsa" version))
      (sha256
       (base32
-       "0xwp929g7lvb1sghxfpqlxvgg96qcwqdbhh27sjplx30n3xp3wrh"))))
+       "1dcxvszbikgzh99ybdc7jq0zb9wspy2ds8z9mjsqiyv3q884xpr5"))))
    (build-system python-build-system)
    (inputs
     `(("python-pyasn1" ,python-pyasn1)



reply via email to

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