yutto: 2.0.0-rc.7 -> 2.0.0

This commit is contained in:
linsui 2025-01-25 16:50:11 +08:00
parent 9d52b7a886
commit efd0fbe61b

View File

@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "yutto"; pname = "yutto";
version = "2.0.0-rc.7"; version = "2.0.0";
pyproject = true; pyproject = true;
disabled = python3Packages.pythonOlder "3.9"; disabled = python3Packages.pythonOlder "3.9";
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
owner = "yutto-dev"; owner = "yutto-dev";
repo = "yutto"; repo = "yutto";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-yNAQmpR65FSCbciSSdO2eHUJcE6Dl8J4dqq6GHt5NDQ="; hash = "sha256-qbT72SGtSz7/7j1xUzQh5bXxM0GKsJorZ6Y8jshP2WU=";
}; };
build-system = with python3Packages; [ hatchling ]; build-system = with python3Packages; [ hatchling ];