mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: python-jinja2: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.1.1.
This commit is contained in:
parent
812f2a185a
commit
e6f46eabbd
1 changed files with 5 additions and 7 deletions
|
@ -4075,14 +4075,14 @@ (define-public python2-markupsafe
|
||||||
(define-public python-jinja2
|
(define-public python-jinja2
|
||||||
(package
|
(package
|
||||||
(name "python-jinja2")
|
(name "python-jinja2")
|
||||||
(version "3.0.1")
|
(version "3.1.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
|
||||||
"197ms1wimxql650245v63wkv04n8bicj549wfhp51bx68x5lhgvh"))))
|
"1saawzys14l1p4kafs7hkihmnvqjq8fwxjmkjiqx3jq1nm5ys2v4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
@ -4091,11 +4091,9 @@ (define-public python-jinja2
|
||||||
(if tests?
|
(if tests?
|
||||||
(invoke "pytest" "-vv")
|
(invoke "pytest" "-vv")
|
||||||
(format #t "test suite not run~%")))))))
|
(format #t "test suite not run~%")))))))
|
||||||
(native-inputs
|
(native-inputs (list python-pytest))
|
||||||
(list python-pytest))
|
(propagated-inputs (list python-markupsafe))
|
||||||
(propagated-inputs
|
(home-page "https://jinja.palletsprojects.com/")
|
||||||
(list python-markupsafe))
|
|
||||||
(home-page "http://jinja.pocoo.org/")
|
|
||||||
(synopsis "Python template engine")
|
(synopsis "Python template engine")
|
||||||
(description
|
(description
|
||||||
"Jinja2 is a small but fast and easy to use stand-alone template engine
|
"Jinja2 is a small but fast and easy to use stand-alone template engine
|
||||||
|
|
Loading…
Reference in a new issue