all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 1/4] gnu: python-rsa: Update to 3.4.2.
@ 2016-10-16  1:54 Leo Famulari
  2016-10-16  1:54 ` [PATCH 2/4] gnu: python-botocore: Update to 1.4.62 Leo Famulari
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Leo Famulari @ 2016-10-16  1:54 UTC (permalink / raw)
  To: guix-devel

* 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 6207896..485aba9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7772,14 +7772,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)
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-19 17:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-16  1:54 [PATCH 1/4] gnu: python-rsa: Update to 3.4.2 Leo Famulari
2016-10-16  1:54 ` [PATCH 2/4] gnu: python-botocore: Update to 1.4.62 Leo Famulari
2016-10-16  1:55 ` [PATCH 3/4] gnu: Add python-s3transfer Leo Famulari
2016-10-16  1:55 ` [PATCH 4/4] gnu: awscli: Update to 1.11.5 Leo Famulari
2016-10-19 15:10 ` [PATCH 1/4] gnu: python-rsa: Update to 3.4.2 Ludovic Courtès
2016-10-19 17:13   ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.