python3Packages.pyramid: 1.10.4 -> 1.10.5
This commit is contained in:
parent
8d3914663e
commit
fa22a342ff
|
@ -18,11 +18,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyramid";
|
pname = "pyramid";
|
||||||
version = "1.10.4";
|
version = "1.10.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d80ccb8cfa550139b50801591d4ca8a5575334adb493c402fce2312f55d07d66";
|
sha256 = "fe1bd1140e6b79fe07f0053981d49be2dc66656cc8b481dd7ffcaa872fc25467";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ webtest zope_component ];
|
checkInputs = [ webtest zope_component ];
|
||||||
|
|
Loading…
Reference in New Issue