python: django-sampledatahelper: 0.4.1 -> 0.5
This commit is contained in:
parent
4b5e1c0ee7
commit
64618f9dd4
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-sampledatahelper";
|
||||
version = "0.4.1";
|
||||
version = "0.5";
|
||||
|
||||
meta = {
|
||||
description = "Helper class for generate sample data for django apps development";
|
||||
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1795zg73lajcsfyd8i8cprb2v93d4csifjnld6bfnya90ncsbl4n";
|
||||
sha256 = "3fbc5533f1055f9d1944097f6271e8b18fcf4ed5cc582b518616445145300015";
|
||||
};
|
||||
|
||||
buildInputs = [ django nose pillow sampledata six versiontools ];
|
||||
|
|
Loading…
Reference in a new issue