[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/204: gnu: python-jinja2: Update to 3.1.1.
From: |
guix-commits |
Subject: |
08/204: gnu: python-jinja2: Update to 3.1.1. |
Date: |
Wed, 20 Apr 2022 02:03:09 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 99c81ae5255fd8f194365860648fb82db2df6612
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 18 12:19:05 2022 -0400
gnu: python-jinja2: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.1.1.
---
gnu/packages/python-xyz.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index df3140fb1f..f95d0fbcfc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4039,14 +4039,14 @@ for Python.")
(define-public python-jinja2
(package
(name "python-jinja2")
- (version "3.0.1")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Jinja2" version))
(sha256
(base32
- "197ms1wimxql650245v63wkv04n8bicj549wfhp51bx68x5lhgvh"))))
+ "1saawzys14l1p4kafs7hkihmnvqjq8fwxjmkjiqx3jq1nm5ys2v4"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
@@ -4055,11 +4055,9 @@ for Python.")
(if tests?
(invoke "pytest" "-vv")
(format #t "test suite not run~%")))))))
- (native-inputs
- (list python-pytest))
- (propagated-inputs
- (list python-markupsafe))
- (home-page "http://jinja.pocoo.org/")
+ (native-inputs (list python-pytest))
+ (propagated-inputs (list python-markupsafe))
+ (home-page "https://jinja.palletsprojects.com/")
(synopsis "Python template engine")
(description
"Jinja2 is a small but fast and easy to use stand-alone template engine
- branch wip-ipython-polyglossia created (now 01f3a9e285), guix-commits, 2022/04/20
- 01/204: gnu: python-ipython: Re-order fields., guix-commits, 2022/04/20
- 04/204: gnu: Add python-asttokens., guix-commits, 2022/04/20
- 03/204: gnu: Add python-pure-eval., guix-commits, 2022/04/20
- 06/204: gnu: Add python-stack-data., guix-commits, 2022/04/20
- 07/204: gnu: python-traitlets: Update to 5.1.1., guix-commits, 2022/04/20
- 08/204: gnu: python-jinja2: Update to 3.1.1.,
guix-commits <=
- 13/204: gnu: Add texlive-stix2-otf., guix-commits, 2022/04/20
- 17/204: gnu: Add texlive-cs., guix-commits, 2022/04/20
- 24/204: gnu: Add python-unicodedata2., guix-commits, 2022/04/20
- 28/204: gnu: Add python-booleanoperations., guix-commits, 2022/04/20
- 36/204: gnu: Add python-types-toml., guix-commits, 2022/04/20
- 23/204: gnu: Add python-fontmath., guix-commits, 2022/04/20
- 32/204: gnu: Add python-fontparts., guix-commits, 2022/04/20
- 37/204: gnu: Add python-pytest-mypy., guix-commits, 2022/04/20
- 05/204: gnu: Add python-littleutils., guix-commits, 2022/04/20
- 02/204: gnu: python-astroid: Propagate python-typing-extensions., guix-commits, 2022/04/20