From a29f04bbe5ed0beb62189506485d601ec9f73e0a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:09 +0100 Subject: [PATCH] python3Packages.django-rq: 2.10.1 -> 3.0 https://github.com/rq/django-rq/releases/tag/v3.0 --- pkgs/development/python-modules/django-rq/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/django-rq/default.nix b/pkgs/development/python-modules/django-rq/default.nix index 7378d2fa4040..84a7ca03b601 100644 --- a/pkgs/development/python-modules/django-rq/default.nix +++ b/pkgs/development/python-modules/django-rq/default.nix @@ -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 ]; };