Skip to content

Commit

Permalink
Merge pull request #263899 from r-ryantm/auto-update/reptor
Browse files Browse the repository at this point in the history
reptor: 0.5 -> 0.7
  • Loading branch information
fabaff authored Oct 28, 2023
2 parents 626152c + 144b290 commit 0643b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/reptor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

buildPythonPackage rec {
pname = "reptor";
version = "0.5";
version = "0.7";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "Syslifters";
repo = "reptor";
rev = "refs/tags/${version}";
hash = "sha256-TN4ti860bMegxsCMhSxVQwiTLCB9nl+CJ+xDzJQcRuE=";
hash = "sha256-d76Hsf+leJKYOh7k/RVuo6adfjMW6yAYt+vh7KNh7sA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0643b92

Please sign in to comment.