touying: 0.13.2 -> 0.14.4

This commit is contained in:
R. Ryantm
2025-12-13 20:32:01 +00:00
committed by Gaetan Lepage
parent f407bfe0b8
commit 77fe8f6b2c
@@ -15,23 +15,20 @@
buildPythonPackage rec {
pname = "touying";
version = "0.13.2";
version = "0.14.4";
pyproject = true;
src = fetchFromGitHub {
owner = "touying-typ";
repo = "touying-exporter";
tag = version;
hash = "sha256-gcr3KS2Qm8CMA+8AeC0hbGi9Gjj5sMr6gJkuoZWUEGY=";
hash = "sha256-3e5LWI3ysklTj9WY0PF4+7spEARZYel/aS1R+elfMp0=";
};
build-system = [
setuptools
];
pythonRemoveDeps = [
"argparse"
];
dependencies = [
jinja2
pillow