Skip to content

Commit

Permalink
Merge pull request NixOS#327580 from r-ryantm/auto-update/rabbit
Browse files Browse the repository at this point in the history
rabbit: 1.0.5 -> 2.0.0
  • Loading branch information
drupol committed Jul 16, 2024
2 parents 7026675 + be420db commit f4fd4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ra/rabbit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "rabbit";
version = "1.0.5";
version = "2.0.0";
pyproject = true;

src = fetchFromGitHub {
owner = "natarajan-chidambaram";
repo = "RABBIT";
rev = "refs/tags/${version}";
hash = "sha256-ykvI5qW4toNYKAnrk3ADwat1gAUazbDGGKZEZAvKngQ=";
hash = "sha256-cAWLVB7KpLsfXcxAbSXkE3O6N0V1mw3z9UdMeH0IkpI=";
};

pythonRelaxDeps = true;
Expand Down

0 comments on commit f4fd4b5

Please sign in to comment.