Unverified Commit c3e6c76f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.rq: 1.16.1 -> 1.16.2
parents d381f513 25efee42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [