mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-pyjwt: Update to 1.5.3.
* gnu/packages/python.scm (python-pyjwt): Update to 1.5.3.
This commit is contained in:
parent
15d507dbee
commit
ad0f92d028
1 changed files with 2 additions and 2 deletions
|
@ -2864,14 +2864,14 @@ (define-public python2-unidecode
|
||||||
(define-public python-pyjwt
|
(define-public python-pyjwt
|
||||||
(package
|
(package
|
||||||
(name "python-pyjwt")
|
(name "python-pyjwt")
|
||||||
(version "1.5.2")
|
(version "1.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PyJWT" version))
|
(uri (pypi-uri "PyJWT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pvr3iymab7v2qz74ann760z7qahqgqszxz5iqqbaqv4z2zz0y8i"))
|
"1rxsg14i33vm2i6lz0my628108c81k43v10n4h3p0gx62xdyf2sh"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue