Merge pull request #215165 from mweinelt/django-rq-2.7.0

python310Packages.django-rq: 2.6.0 -> 2.7.0
This commit is contained in:
Martin Weinelt 2023-02-08 00:11:31 +00:00 committed by GitHub
commit c5ce8986df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "django-rq";
version = "2.6.0";
version = "2.7.0";
format = "setuptools";
disabled = isPy27;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "rq";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-Na/GeQc74LCoi7Dp3HcSnmUaLi1EjyYYgZTcFyzqOQM=";
hash = "sha256-MUIwgG8GKL+V5GgiC7gZXn5tlSVrmTj/IFiP+hVB7Ks=";
};
propagatedBuildInputs = [
@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple app that provides django integration for RQ (Redis Queue)";
homepage = "https://github.com/rq/django-rq";
changelog = "https://github.com/rq/django-rq/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};