python3Packages.pyecotrend-ista: 3.4.0 -> 3.5.0

This commit is contained in:
R. Ryantm
2025-12-12 09:20:06 +00:00
parent ce59f68159
commit c7c7f2de4c
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyecotrend-ista";
version = "3.4.0";
version = "3.5.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Ludy87";
repo = "pyecotrend-ista";
tag = version;
hash = "sha256-GPbRlvdXLxCNuhuELg2OQT5NB8qX+bcbZSRdQimqGtQ=";
hash = "sha256-O5HU0U19E+cS1/UVYouxbyTBNjenJw9kkH80GCZ04cw=";
};
postPatch = ''