3
0
Fork 0
forked from mirrors/nixpkgs

python: preggy: 1.4.2 -> 1.4.4

This commit is contained in:
Frederik Rietdijk 2019-12-10 19:07:41 +01:00
parent e386008b30
commit 910792bf8e

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "preggy";
version = "1.4.2";
version = "1.4.4";
propagatedBuildInputs = [ six unidecode ];
checkInputs = [ nose yanc ];
src = fetchPypi {
inherit pname version;
sha256 = "0g4ifjh01dkmdzs4621ahk8hpkngid1xxhl51jvzy4h4li4590hw";
sha256 = "25ba803afde4f35ef543a60915ced2e634926235064df717c3cb3e4e3eb4670c";
};
checkPhase = ''