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

python310Packages.django-rq: 2.6.0 -> 2.7.0

Changed files
+3 -2
pkgs
development
python-modules
django-rq
+3 -2
pkgs/development/python-modules/django-rq/default.nix
···
buildPythonPackage rec {
pname = "django-rq";
-
version = "2.6.0";
+
version = "2.7.0";
format = "setuptools";
disabled = isPy27;
···
owner = "rq";
repo = pname;
rev = "refs/tags/v${version}";
-
sha256 = "sha256-Na/GeQc74LCoi7Dp3HcSnmUaLi1EjyYYgZTcFyzqOQM=";
+
hash = "sha256-MUIwgG8GKL+V5GgiC7gZXn5tlSVrmTj/IFiP+hVB7Ks=";
};
propagatedBuildInputs = [
···
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 ];
};