python3Packages.pytools: 2025.2.5 -> 2026.1

This commit is contained in:
R. Ryantm
2026-04-13 11:43:07 +00:00
parent 433884f8c0
commit 80ebf8a362
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "pytools";
version = "2025.2.5";
version = "2026.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-p/U1BkTUbZjunH5ntLQWkzCKoPXpsYjY8GlLJ9yU46I=";
hash = "sha256-e2Q4yl7N7e5C4WyMtwLCrlYqmPsmLawaOwGxIcw0vtU=";
};
build-system = [ hatchling ];