guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python-pyjwt: Update to 1.5.3.


From: Marius Bakke
Subject: 05/06: gnu: python-pyjwt: Update to 1.5.3.
Date: Wed, 20 Sep 2017 11:24:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ad0f92d0281b49f87f8cfc480990b4922a22ce0f
Author: Marius Bakke <address@hidden>
Date:   Wed Sep 20 17:06:14 2017 +0200

    gnu: python-pyjwt: Update to 1.5.3.
    
    * gnu/packages/python.scm (python-pyjwt): Update to 1.5.3.
---
 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 a0aef0f..223a308 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2864,14 +2864,14 @@ somewhat intelligeble.")
 (define-public python-pyjwt
   (package
     (name "python-pyjwt")
-    (version "1.5.2")
+    (version "1.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PyJWT" version))
        (sha256
         (base32
-         "0pvr3iymab7v2qz74ann760z7qahqgqszxz5iqqbaqv4z2zz0y8i"))
+         "1rxsg14i33vm2i6lz0my628108c81k43v10n4h3p0gx62xdyf2sh"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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