yutto: 2.0.0b31 -> 2.0.0b32

This commit is contained in:
R. Ryantm 2024-01-06 05:13:16 +00:00 committed by Yaya
parent 00985e97dd
commit f8870b21f5

View file

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