summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/wigust/packages/python.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/guix/wigust/packages/python.scm b/guix/wigust/packages/python.scm
index 514ea38..a9b1cd6 100644
--- a/guix/wigust/packages/python.scm
+++ b/guix/wigust/packages/python.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2017, 2018, 2019, 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -161,14 +161,14 @@
(define-public python-jwcrypto
(package
(name "python-jwcrypto")
- (version "0.6.0")
+ (version "0.7.0")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "jwcrypto" version))
+ (uri "https://files.pythonhosted.org/packages/71/7b/73788a97c5f5d24e9c75a03cca835af7acacd4f6aa1be428b6e9647e260b/jwcrypto-0.7.tar.gz")
(sha256
(base32
- "0rdnq9qhiazlxcn4birrakcx7fhzky29jvgp258adn895n9c0ym8"))))
+ "1rdnq9qhiazlxcn4birrakcx7fhzky29jvgp258adn895n9c0ym8"))))
(build-system python-build-system)
(propagated-inputs
`(("python-cryptography" ,python-cryptography)))