python3Packages.django-celery-beat: 2.8.0 -> 2.8.1
This commit is contained in:
parent
2c25b7b552
commit
0ea65a68a7
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-celery-beat";
|
pname = "django-celery-beat";
|
||||||
version = "2.8.0";
|
version = "2.8.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
owner = "celery";
|
owner = "celery";
|
||||||
repo = "django-celery-beat";
|
repo = "django-celery-beat";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-PWTWFcmjeY0T6dmLzMDN3gqgJaYx1kWy1VJKlWxY+io=";
|
hash = "sha256-pakOpch5r2ug0UDSqEU34qr4Tz1/mkuFiHW+IOUuGcc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "django" ];
|
pythonRelaxDeps = [ "django" ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user