Merge pull request #260676 from linsui/yutto

yutto: 2.0.0b28 -> 2.0.0b30
This commit is contained in:
Weijia Wang 2023-10-14 23:55:49 +02:00 committed by GitHub
commit 87e39e084d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "yutto";
version = "2.0.0b28";
version = "2.0.0b30";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-jN9KDQjEaTf7BUDtGd07W3TtijRKzD+StMReLmX4QI0=";
hash = "sha256-QQExmnpn+CgNRyV/cQbYpgGCM2r8DzOMdNzgN+DvSos=";
};
nativeBuildInputs = [