Unverified Commit dc52e516 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pyecotrend-ista: 3.3.3 -> 3.4.0 (#445606)

parents ffba4a0b c25f839b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "pyecotrend-ista";
  version = "3.3.3";
  version = "3.4.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "Ludy87";
    repo = "pyecotrend-ista";
    tag = version;
    hash = "sha256-x9teLjIJPLYi/mE6vy4KBUl7NI4aAwWPYSEwYZQ+4I4=";
    hash = "sha256-GPbRlvdXLxCNuhuELg2OQT5NB8qX+bcbZSRdQimqGtQ=";
  };

  postPatch = ''