python3Packages.pytools: 2025.1.6 -> 2025.2.2 (#420895)

This commit is contained in:
Weijia Wang
2025-08-05 11:37:33 +02:00
committed by GitHub
@@ -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 ];