yutto: 2.0.0-rc.4 -> 2.0.0-rc.5

This commit is contained in:
linsui 2024-10-24 01:48:19 +08:00
parent d0c7f81ae8
commit 56ad9c0e01

View File

@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "yutto";
version = "2.0.0-rc.4";
version = "2.0.0-rc.5";
pyproject = true;
disabled = python3Packages.pythonOlder "3.9";
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
owner = "yutto-dev";
repo = "yutto";
rev = "refs/tags/v${version}";
hash = "sha256-QP3sbZANsyYeZmLZSwQz6E1eysCVojRYHu/z9Szdb6U=";
hash = "sha256-QaApCkZtHjvGB6FOfic9wEH7rUlukwmxnrDaHkbvyJo=";
};
build-system = with python3Packages; [ hatchling ];