[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
- branch master updated (96bc651 -> 9a1c4a9), Marius Bakke, 2017/09/20
- 02/06: gnu: nspr: Update to 4.17., Marius Bakke, 2017/09/20
- 06/06: gnu: btrfs-progs: Install bash completions., Marius Bakke, 2017/09/20
- 04/06: gnu: samba: Update to 4.6.8., Marius Bakke, 2017/09/20
- 01/06: gnu: gnupg: Update to 2.2.1., Marius Bakke, 2017/09/20
- 03/06: gnu: nss, nss-certs: Update to 3.33., Marius Bakke, 2017/09/20
- 05/06: gnu: python-pyjwt: Update to 1.5.3.,
Marius Bakke <=