python: preggy: 1.4.2 -> 1.4.4
This commit is contained in:
parent
e386008b30
commit
910792bf8e
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "preggy";
|
pname = "preggy";
|
||||||
version = "1.4.2";
|
version = "1.4.4";
|
||||||
|
|
||||||
propagatedBuildInputs = [ six unidecode ];
|
propagatedBuildInputs = [ six unidecode ];
|
||||||
checkInputs = [ nose yanc ];
|
checkInputs = [ nose yanc ];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0g4ifjh01dkmdzs4621ahk8hpkngid1xxhl51jvzy4h4li4590hw";
|
sha256 = "25ba803afde4f35ef543a60915ced2e634926235064df717c3cb3e4e3eb4670c";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user