Merge pull request #263899 from r-ryantm/auto-update/reptor

reptor: 0.5 -> 0.7
This commit is contained in:
Fabian Affolter
2023-10-28 10:10:40 +02:00
committed by GitHub
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "reptor";
version = "0.5";
version = "0.7";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -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 = [