python3Packages.pytools: 2025.1.6 -> 2025.2.2

This commit is contained in:
R. Ryantm
2025-07-17 09:24:09 +00:00
parent 558243f925
commit ce3e0572ae
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytools";
version = "2025.1.6";
version = "2025.2.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-k44d+Zl7pax3EDSkmw5jgBvZOiuS5qOPQyQVGaH7Mis=";
hash = "sha256-iOxR2SM7CisJNe1/FTRX7nDf0xpaCuQA8/xs3K8tQ90=";
};
build-system = [ hatchling ];