mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
python: pyramid_jinja2: 2.7 -> 2.8
This commit is contained in:
parent
f8811500a4
commit
26db5fd35e
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyramid_jinja2";
|
||||
version = "2.7";
|
||||
version = "2.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5c21081f65a5bec0b76957990c2b89ed41f4fd11257121387110cb722fd0e5eb";
|
||||
sha256 = "81e0615cb3108f2a251ff3141ad0d698a5d03685819f3a836ea84787e8489502";
|
||||
};
|
||||
|
||||
buildInputs = [ webtest ];
|
||||
|
Loading…
Reference in New Issue
Block a user