python312Packages.peco: 0.0.29 -> 0.0.30

This commit is contained in:
Fabian Affolter 2024-05-10 12:35:45 +02:00
parent 9ebfd8b9ff
commit e17c022a87

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "peco";
version = "0.0.29";
version = "0.0.30";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zL0tBTwm+l5eyxlWr2xoE+nLpMfUKri1/yD+WgTUqHQ=";
hash = "sha256-a3MPqtbDftbLGtpJ66CFVC5wJFa9L3dqOKPfBZCaHpM=";
};
nativeBuildInputs = [