tgeraser: 1.5.1 -> 1.5.3

This commit is contained in:
R. Ryantm
2026-03-22 13:01:59 +00:00
parent 626452ef6d
commit da18afc9a6
+2 -2
View File
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tgeraser";
version = "1.5.1";
version = "1.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "en9inerd";
repo = "tgeraser";
tag = "v${finalAttrs.version}";
hash = "sha256-xqims4Xfo7FH5nkq6mffkLhBbfq4lCJW3gBhL8assL8=";
hash = "sha256-PpqkjXI4bH7paLIRQihAEXByZJPqbkTm52280GLCF/Y=";
};
build-system = [ python3Packages.setuptools ];