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

yutto: 2.0.0b21 -> 2.0.0b24
This commit is contained in:
Weijia Wang 2023-04-29 11:23:30 +03:00 committed by GitHub
commit e98075f5f9
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.0b21";
version = "2.0.0b24";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-x1ncWaNZ0MQ4hYCGnfwR4pU0Hp1IgiruxU8HMFL9dnk=";
hash = "sha256-ZnRDGgJu78KoSHvznYhBNEDJihUm9rUdlb5tXmcpuTc=";
};
nativeBuildInputs = [