python3Packages.pyramid_jinja2: 2.8 -> 2.10
This commit is contained in:
parent
5935e1b17a
commit
f1ccbe42a0
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyramid_jinja2";
|
||||
version = "2.8";
|
||||
version = "2.10";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "81e0615cb3108f2a251ff3141ad0d698a5d03685819f3a836ea84787e8489502";
|
||||
sha256 = "sha256-8nEGnZ6ay6x622kSGQqEj2M49+V6+68+lSN/6DzI9NI=";
|
||||
};
|
||||
|
||||
buildInputs = [ webtest ];
|
||||
|
|
Loading…
Reference in a new issue