diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-20 17:06:14 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-20 17:06:14 +0200 |
commit | ad0f92d0281b49f87f8cfc480990b4922a22ce0f (patch) | |
tree | 2492d09b3f8aba0069a42bf2b5ae01b04e5c738d | |
parent | 15d507dbeed65370ce5fba12ded48d759e626f89 (diff) |
gnu: python-pyjwt: Update to 1.5.3.
* gnu/packages/python.scm (python-pyjwt): Update to 1.5.3.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a0aef0f947..223a308fb4 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 |