yutto: 2.1.0 -> 2.1.1 (#465868)

This commit is contained in:
Aleksana
2025-11-28 13:01:03 +00:00
committed by GitHub
+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 ];