mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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.
This commit is contained in:
parent
81d872543c
commit
42f7d0d94c
1 changed files with 2 additions and 2 deletions
|
@ -809,7 +809,7 @@ (define-public python2-html2text
|
|||
(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 @@ (define-public python-jose
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xmnf8whzv2gnkkdv0fqcn9qwmcc7y647p4kw9fi3lvcp9kch8vi"))))
|
||||
"18whsdpllg8574ma4r0qawkgw4nam6lsf63pi6761j38rvl84lg9"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue