yutto: 2.1.0 -> 2.1.1

This commit is contained in:
linsui
2025-11-28 15:34:47 +08:00
parent 5dc0409a6a
commit 19a8bf2a19
+2 -2
View File
@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication rec {
pname = "yutto";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
pythonRelaxDeps = true;
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
owner = "yutto-dev";
repo = "yutto";
tag = "v${version}";
hash = "sha256-A9LM+hdev9/vH4HV2DUhpiA2XqvXYxtSUt2dyUnZwsU=";
hash = "sha256-zolH3mf9YQLZLK98hhbHqUdDLRDodS/fChyfZ/xzVew=";
};
build-system = with python3Packages; [ uv-build ];