Skip to content

Commit

Permalink
python312Packages.rq: 1.16.2 -> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 28, 2024
1 parent 703fc88 commit f8f4f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "rq";
version = "1.16.2";
version = "2.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "rq";
repo = "rq";
rev = "refs/tags/v${version}";
hash = "sha256-8uhCV4aJNbY273jOa9D5OlgEG1w3hXVncClKQTO9Pyk=";
hash = "sha256-U0+NAlxyHmU+mIWyv9JL/fO1FLryw3sBcv1cbWNFEu4=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit f8f4f21

Please sign in to comment.