python3Packages.liberty-parser: 0.0.27 -> 0.0.28

This commit is contained in:
R. Ryantm
2026-01-10 08:35:33 +00:00
parent 299d331f77
commit b33fc07eff
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "liberty-parser";
version = "0.0.27";
version = "0.0.28";
pyproject = true;
src = fetchFromGitea {
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tok";
repo = "liberty-parser";
tag = version;
hash = "sha256-WT27nOcl+a86ZgBo/hZItPu/IOrK+t3bUFV2TXy8GnU=";
hash = "sha256-CdsT0R2KVvN0+TfTuauaNpYTKhxx1gAOJJdWNfQb2Dk=";
};
# Tests try to write to /tmp directly. use $TMPDIR instead.