Merge pull request #273320 from r-ryantm/auto-update/yutto

yutto: 2.0.0b30 -> 2.0.0b31
This commit is contained in:
Nick Cao 2023-12-10 11:41:42 -05:00 committed by GitHub
commit 50e48ae281
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.0b30";
version = "2.0.0b31";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-QQExmnpn+CgNRyV/cQbYpgGCM2r8DzOMdNzgN+DvSos=";
hash = "sha256-PWUZ4adH6uaNRIXVMGN3Yun7muYljQC8xDeEes0MB2U=";
};
nativeBuildInputs = [