reptor: 0.13 -> 0.14

This commit is contained in:
R. Ryantm 2024-03-26 11:28:08 +00:00
parent 0bb64539f2
commit ac2313d03c
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;