mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
python310Packages.django-rq: 2.6.0 -> 2.7.0
https://github.com/rq/django-rq/releases/tag/v2.7.0
This commit is contained in:
parent
e3141c4a8b
commit
d618eaa95a
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-rq";
|
pname = "django-rq";
|
||||||
version = "2.6.0";
|
version = "2.7.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
owner = "rq";
|
owner = "rq";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-Na/GeQc74LCoi7Dp3HcSnmUaLi1EjyYYgZTcFyzqOQM=";
|
hash = "sha256-MUIwgG8GKL+V5GgiC7gZXn5tlSVrmTj/IFiP+hVB7Ks=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple app that provides django integration for RQ (Redis Queue)";
|
description = "Simple app that provides django integration for RQ (Redis Queue)";
|
||||||
homepage = "https://github.com/rq/django-rq";
|
homepage = "https://github.com/rq/django-rq";
|
||||||
|
changelog = "https://github.com/rq/django-rq/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ hexa ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user