3
0
Fork 0
forked from mirrors/nixpkgs

yutto: 2.0.0b32 -> 2.0.0b33

This commit is contained in:
R. Ryantm 2024-01-18 20:18:04 +00:00
parent 3df632c2fb
commit a667dd2cd6

View file

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