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

python310Packages.django-rq: 2.8.0 -> 2.8.1
This commit is contained in:
Martin Weinelt 2023-05-16 01:36:23 +02:00 committed by GitHub
commit 711cba3f5e
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.0";
version = "2.8.1";
format = "setuptools";
disabled = isPy27;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "rq";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-UiV9eshlUqzmoI+04BXMFVI8pm7OYQZFa9lmIQrmlRg=";
hash = "sha256-Rabw6FIoSg9Cj4+tRO3BmBAeo9yr8KwU5xTPFL0JkOs=";
};
propagatedBuildInputs = [