python3Packages.pytools: 2025.1.1 -> 2025.1.2

https://github.com/inducer/pytools/releases/tag/v2025.1.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:01 +02:00
parent 863f243470
commit 1834d50fb2
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytools";
version = "2025.1.1";
version = "2025.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-gPjj8/d1bQyb1XmHnDUo1U5CKEO1CiiKnDtro+Dqwos=";
hash = "sha256-wA25T92aljmJlzLL+RvLKReGdRzJA4CwfXOBgspQ8rE=";
};
build-system = [ hatchling ];