diff options
author | Leo Famulari <leo@famulari.name> | 2019-10-11 12:23:06 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-10-11 12:23:42 -0400 |
commit | be6f2f5634fc9d3639beb0330a04f4fa21020e64 (patch) | |
tree | 610fba025c135f26dd7d3e4300bf8fb7ed7844d3 /gnu | |
parent | a7d03e96b653e94cab0bc4d14bf6b10b049ea2db (diff) | |
download | guix-be6f2f5634fc9d3639beb0330a04f4fa21020e64.tar guix-be6f2f5634fc9d3639beb0330a04f4fa21020e64.tar.gz |
gnu: PyJWT: Update to 1.7.1.
* gnu/packages/python-xyz.scm (python-pyjwt): Update to 1.7.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b6a50de503..8137d665fd 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 |