mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: PyJWT: Update to 1.7.1.
* gnu/packages/python-xyz.scm (python-pyjwt): Update to 1.7.1.
This commit is contained in:
parent
a7d03e96b6
commit
be6f2f5634
1 changed files with 2 additions and 2 deletions
|
@ -2197,14 +2197,14 @@ (define-public python2-unidecode
|
|||
(define-public python-pyjwt
|
||||
(package
|
||||
(name "python-pyjwt")
|
||||
(version "1.5.3")
|
||||
(version "1.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyJWT" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rxsg14i33vm2i6lz0my628108c81k43v10n4h3p0gx62xdyf2sh"))
|
||||
"15hflax5qkw1v6nssk1r0wkj83jgghskcmn875m3wgvpzdvajncd"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue