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

yutto: 2.0.0b32 -> 2.0.0b33
This commit is contained in:
Nikolay Korotkiy 2024-01-20 00:26:48 +04:00 committed by GitHub
commit cd6f2e0773
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "yutto";
version = "2.0.0b32";
version = "2.0.0b33";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-tncuRrEq59OPO2ZuWUowDHLsqJ1Dof9vroVOxQQ9hpE=";
hash = "sha256-TUyjppAHmWCZxifeQeOpFMPBksqLRSYdqgG7NEMVILY=";
};
nativeBuildInputs = [