mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
python3Packages.jinja2: 3.0.3 -> 3.1.1
https://github.com/pallets/jinja/releases/tag/3.1.0 https://github.com/pallets/jinja/releases/tag/3.1.1
This commit is contained in:
parent
27b9ca3056
commit
07ceba0d6c
@ -10,12 +10,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Jinja2";
|
||||
version = "3.0.3";
|
||||
disabled = pythonOlder "3.6";
|
||||
version = "3.1.1";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7";
|
||||
sha256 = "sha256-ZAvtS7UBy9FxlLPKzh3CEm9bYZzwaKcmuYGSoP3nSuk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user