yutto: 2.0.0b20 -> 2.0.0b21

This commit is contained in:
Fabian Affolter 2023-03-30 11:49:31 +02:00
parent 056509befe
commit cfefae7ee6

View File

@ -9,14 +9,14 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "yutto";
version = "2.0.0b20";
version = "2.0.0b21";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-9tYc8MlKZ1pzuGMipy827RoUJkU+C6UQz/Cex48UhLQ=";
hash = "sha256-x1ncWaNZ0MQ4hYCGnfwR4pU0Hp1IgiruxU8HMFL9dnk=";
};
nativeBuildInputs = [