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-01 07:14:41 +02:00
parent 863f243470
commit 1834d50fb2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 ];