staticjinja: 3.0.1 -> 4.1.0

This commit is contained in:
Francesco Gazzetta 2021-08-12 18:43:07 +02:00
parent 4520cb7f0e
commit ea4697e414
3 changed files with 6 additions and 6 deletions

View File

@ -273,7 +273,7 @@ Superuser created successfully.
<listitem>
<para>
The <literal>staticjinja</literal> package has been upgraded
from 1.0.4 to 3.0.1
from 1.0.4 to 4.1.0
</para>
</listitem>
<listitem>

View File

@ -105,7 +105,7 @@ subsonic-compatible api. Available as [navidrome](#opt-services.navidrome.enable
Superuser created successfully.
```
- The `staticjinja` package has been upgraded from 1.0.4 to 3.0.1
- The `staticjinja` package has been upgraded from 1.0.4 to 4.1.0
- The `erigon` ethereum node has moved to a new database format in `2021-05-04`, and requires a full resync

View File

@ -2,7 +2,7 @@
, fetchFromGitHub
, buildPythonPackage
, poetry
, docopt
, docopt-ng
, easywatch
, jinja2
, pytestCheckHook
@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "staticjinja";
version = "3.0.1";
version = "4.1.0";
format = "pyproject";
# No tests in pypi
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "staticjinja";
repo = pname;
rev = version;
sha256 = "sha256-W4q0vG8Kl2gCmA8UnUbdiGRtghhdnWxIJXFIIa6BogA=";
sha256 = "sha256-4IL+7ncJPd1e7k5oFRjQ6yvDjozcBAAZPf88biNTiLU=";
};
nativeBuildInputs = [
@ -31,7 +31,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jinja2
docopt
docopt-ng
easywatch
];