python312Packages.reptor: 0.13 -> 0.14

This commit is contained in:
R. Ryantm 2024-03-26 13:05:00 +00:00
parent f7a8b88715
commit bbb187be14
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "reptor";
version = "0.13";
version = "0.14";
pyproject = true;
disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "Syslifters";
repo = "reptor";
rev = "refs/tags/${version}";
hash = "sha256-7jFS3GCaPeGBBxB++XTtIYh+m0uXTm5NHuLeIen0KYc=";
hash = "sha256-XZiFVIUyLVVr3ZraOAuXs+shl4vk3S8OJHNHV4p10YY=";
};
pythonRelaxDeps = true;