mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python: pyramid_mako: 1.0.2 -> 1.1.0
This commit is contained in:
parent
54fc6ea371
commit
3da4d5b2c5
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyramid_mako";
|
||||
version = "1.0.2";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6da0987b9874cf53e72139624665a73965bbd7fbde504d1753e4231ce916f3a1";
|
||||
sha256 = "0066c863441f1c3ddea60cee1ccc50d00a91a317a8052ca44131da1a12a840e2";
|
||||
};
|
||||
|
||||
buildInputs = [ webtest ];
|
||||
|
Loading…
Reference in New Issue
Block a user