staticjinja: 2.1.0 -> 3.0.1

This commit is contained in:
Francesco Gazzetta 2021-07-03 18:24:38 +02:00
parent 9598d61c1f
commit f93e9e98e9
3 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@
<listitem>
<para>
The <literal>staticjinja</literal> package has been upgraded
from 1.0.4 to 2.0.0
from 1.0.4 to 3.0.1
</para>
</listitem>
<listitem>

View file

@ -20,7 +20,7 @@ In addition to numerous new and upgraded packages, this release has the followin
## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
- The `staticjinja` package has been upgraded from 1.0.4 to 2.0.0
- The `staticjinja` package has been upgraded from 1.0.4 to 3.0.1
- `services.geoip-updater` was broken and has been replaced by [services.geoipupdate](options.html#opt-services.geoipupdate.enable).

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "staticjinja";
version = "2.1.0";
version = "3.0.1";
format = "pyproject";
# No tests in pypi
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "staticjinja";
repo = pname;
rev = version;
sha256 = "sha256-VKsDvWEurBdckWbPG5hQLK3dzdM7XVbrp23fR5wp1xk=";
sha256 = "sha256-W4q0vG8Kl2gCmA8UnUbdiGRtghhdnWxIJXFIIa6BogA=";
};
nativeBuildInputs = [