Commit e17c022a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.peco: 0.0.29 -> 0.0.30

parent 9ebfd8b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [