python3Packages.django-rq: 2.10.1 -> 3.0

https://github.com/rq/django-rq/releases/tag/v3.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:12 +01:00
parent 57050d62cf
commit a29f04bbe5
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "django-rq";
version = "2.10.1";
version = "3.0";
format = "setuptools";
disabled = isPy27;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "rq";
repo = pname;
tag = "v${version}";
hash = "sha256-VE4OFFpNR9txCyhs6Ye36DBWb8DNlCT1BO436KwFMY8=";
hash = "sha256-5X3Fnud33SuC2dbM1dpSQRDF5s45AHk7/DVsQwzOmjg=";
};
propagatedBuildInputs = [
@@ -36,7 +36,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}";
changelog = "https://github.com/rq/django-rq/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};