guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: PyJWT: Update to 1.7.1.


From: guix-commits
Subject: 01/01: gnu: PyJWT: Update to 1.7.1.
Date: Fri, 11 Oct 2019 12:25:54 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit be6f2f5634fc9d3639beb0330a04f4fa21020e64
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 11 12:23:06 2019 -0400

    gnu: PyJWT: Update to 1.7.1.
    
    * gnu/packages/python-xyz.scm (python-pyjwt): Update to 1.7.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b6a50de..8137d66 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2197,14 +2197,14 @@ somewhat intelligible.")
 (define-public python-pyjwt
   (package
     (name "python-pyjwt")
-    (version "1.5.3")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PyJWT" version))
        (sha256
         (base32
-         "1rxsg14i33vm2i6lz0my628108c81k43v10n4h3p0gx62xdyf2sh"))
+         "15hflax5qkw1v6nssk1r0wkj83jgghskcmn875m3wgvpzdvajncd"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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