mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: python-jinja2: Update to 3.0.1.
* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.0.1.
This commit is contained in:
parent
967999f096
commit
b8295d2529
1 changed files with 2 additions and 2 deletions
|
@ -3775,14 +3775,14 @@ (define-public python2-markupsafe
|
||||||
(define-public python-jinja2
|
(define-public python-jinja2
|
||||||
(package
|
(package
|
||||||
(name "python-jinja2")
|
(name "python-jinja2")
|
||||||
(version "2.11.2")
|
(version "3.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Jinja2" version))
|
(uri (pypi-uri "Jinja2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c1v3djnr0ymp5xpy1h3h60abcaqxdlm4wsqmls9rxby88av5al9"))))
|
"197ms1wimxql650245v63wkv04n8bicj549wfhp51bx68x5lhgvh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue