Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

python311Packages.rq: 1.16.1 -> 1.16.2

authored by Nick Cao and committed by GitHub c3e6c76f d381f513

+2 -2
+2 -2
pkgs/development/python-modules/rq/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "rq"; 23 - version = "1.16.1"; 23 + version = "1.16.2"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.7"; ··· 29 29 owner = "rq"; 30 30 repo = "rq"; 31 31 rev = "refs/tags/v${version}"; 32 - hash = "sha256-1E7jPTSQCjuKZVFL4uZqL1WZHnxWSLTNcnpyvfHz7oY="; 32 + hash = "sha256-8uhCV4aJNbY273jOa9D5OlgEG1w3hXVncClKQTO9Pyk="; 33 33 }; 34 34 35 35 build-system = [