summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2022-01-18 14:02:16 +0100
committerLars-Dominik Braun <lars@6xq.net>2022-01-18 14:19:43 +0100
commit42f7d0d94c5cf21773a5ecfcf114170117efbcae (patch)
tree67cde0b564bff2a974b9c1358f9ccc49260bd69d
parent81d872543c8078c99a267168b972309dccec746a (diff)
gnu: python-jose: Update to 3.3.0.
Failed due to upgrade of python-ecdsa in commit 8f73537f7961e93cce0c0457c9f762ff1f1770cb. * gnu/packages/python-web.scm (python-jose): Update to 3.3.0.
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0869e54c70..65a6879b56 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -809,7 +809,7 @@ Swartz.")
(define-public python-jose
(package
(name "python-jose")
- (version "3.2.0")
+ (version "3.3.0")
(home-page "https://github.com/mpdavis/python-jose")
(source (origin
(method git-fetch)
@@ -817,7 +817,7 @@ Swartz.")
(file-name (git-file-name name version))
(sha256
(base32
- "1xmnf8whzv2gnkkdv0fqcn9qwmcc7y647p4kw9fi3lvcp9kch8vi"))))
+ "18whsdpllg8574ma4r0qawkgw4nam6lsf63pi6761j38rvl84lg9"))))
(build-system python-build-system)
(arguments
`(#:phases