python3Packages.pytest-celery: 0.0.0a1 -> 0.0.0
This commit is contained in:
parent
ca0510f069
commit
905f84e5d7
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-celery";
|
||||
version = "0.0.0a1";
|
||||
version = "0.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0qifwi7q8dfwbzz2vm5m40lw23qh2fzibngbmw6qgwnkq8bhh3iy";
|
||||
sha256 = "cfd060fc32676afa1e4f51b2938f903f7f75d952186b8c6cf631628c4088f406";
|
||||
};
|
||||
|
||||
patches = [ ./no-celery.patch ];
|
||||
|
|
Loading…
Reference in a new issue