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

authored by Nick Cao and committed by GitHub dc52e516 ffba4a0b

+2 -2
+2 -2
pkgs/development/python-modules/pyecotrend-ista/default.nix
··· 15 16 buildPythonPackage rec { 17 pname = "pyecotrend-ista"; 18 - version = "3.3.3"; 19 pyproject = true; 20 21 disabled = pythonOlder "3.11"; ··· 24 owner = "Ludy87"; 25 repo = "pyecotrend-ista"; 26 tag = version; 27 - hash = "sha256-x9teLjIJPLYi/mE6vy4KBUl7NI4aAwWPYSEwYZQ+4I4="; 28 }; 29 30 postPatch = ''
··· 15 16 buildPythonPackage rec { 17 pname = "pyecotrend-ista"; 18 + version = "3.4.0"; 19 pyproject = true; 20 21 disabled = pythonOlder "3.11"; ··· 24 owner = "Ludy87"; 25 repo = "pyecotrend-ista"; 26 tag = version; 27 + hash = "sha256-GPbRlvdXLxCNuhuELg2OQT5NB8qX+bcbZSRdQimqGtQ="; 28 }; 29 30 postPatch = ''