summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-05-10 17:12:02 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-05-10 17:12:02 +0300
commit38eb621886d057c56c00fc2a806180b4e5984627 (patch)
treee4b1a7612da821ebccf968a422f31c127ba130c3
parentgnu: dotfiles: Update to 2.0.0-1.e22e16b. (diff)
downloadguix-wigust-python-jwcrypto.tar.gz
gnu: python-jwcrypto: Update to 0.7.0.origin/python-jwcryptopython-jwcrypto
* guix/wigust/packages/python.scm (python-jwcrypto): Update to 0.7.0.
-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)))