Merge pull request #271310 from r-ryantm/auto-update/python310Packages.django-rq

python310Packages.django-rq: 2.8.1 -> 2.9.0
This commit is contained in:
Martin Weinelt 2023-12-01 01:02:41 +01:00 committed by GitHub
commit 1be03ebc15
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.8.1";
version = "2.9.0";
format = "setuptools";
disabled = isPy27;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "rq";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Rabw6FIoSg9Cj4+tRO3BmBAeo9yr8KwU5xTPFL0JkOs=";
hash = "sha256-qrAEBAMbw96TCS6J50RG/2fV9K2WhuXyAQevL4RSQhk=";
};
propagatedBuildInputs = [