python3Packages.pytools: 2025.1.5 -> 2025.1.6 (#412292)

This commit is contained in:
Nick Cao
2025-05-30 16:29:18 -04:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytools";
version = "2025.1.5";
version = "2025.1.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-im+YrLBc6UGRu+j4WnPz7J7Ut2PBxpoHgQWeGgF8YeU=";
hash = "sha256-k44d+Zl7pax3EDSkmw5jgBvZOiuS5qOPQyQVGaH7Mis=";
};
build-system = [ hatchling ];