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

yutto: 2.0.0b18 -> 2.0.0b20
This commit is contained in:
figsoda 2023-03-02 12:15:43 -05:00 committed by GitHub
commit 4369886f1d
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.0b18";
version = "2.0.0b20";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-BuubfySQfw4ljWTc1yyW4Zqle0VTimFLQ6enZA3joeQ=";
hash = "sha256-9tYc8MlKZ1pzuGMipy827RoUJkU+C6UQz/Cex48UhLQ=";
};
nativeBuildInputs = [