Merge pull request #309743 from r-ryantm/auto-update/python311Packages.rq

python311Packages.rq: 1.16.1 -> 1.16.2
This commit is contained in:
Nick Cao 2024-05-07 10:27:22 -04:00 committed by GitHub
commit c3e6c76ffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "rq";
version = "1.16.1";
version = "1.16.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "rq";
repo = "rq";
rev = "refs/tags/v${version}";
hash = "sha256-1E7jPTSQCjuKZVFL4uZqL1WZHnxWSLTNcnpyvfHz7oY=";
hash = "sha256-8uhCV4aJNbY273jOa9D5OlgEG1w3hXVncClKQTO9Pyk=";
};
build-system = [