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> <listitem>
<para> <para>
The <literal>staticjinja</literal> package has been upgraded 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> </para>
</listitem> </listitem>
<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} ## 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). - `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 { buildPythonPackage rec {
pname = "staticjinja"; pname = "staticjinja";
version = "2.1.0"; version = "3.0.1";
format = "pyproject"; format = "pyproject";
# No tests in pypi # No tests in pypi
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "staticjinja"; owner = "staticjinja";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-VKsDvWEurBdckWbPG5hQLK3dzdM7XVbrp23fR5wp1xk="; sha256 = "sha256-W4q0vG8Kl2gCmA8UnUbdiGRtghhdnWxIJXFIIa6BogA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [