python3Packages.pytools: 2024.1.14 -> 2025.1.1

https://github.com/inducer/pytools/releases/tag/v2025.1.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:03 +01:00
parent 5124d8ab9b
commit 37160bd15e
@@ -2,27 +2,27 @@
lib,
buildPythonPackage,
fetchPypi,
hatchling,
numpy,
platformdirs,
pytestCheckHook,
pythonOlder,
setuptools,
typing-extensions,
}:
buildPythonPackage rec {
pname = "pytools";
version = "2024.1.14";
version = "2025.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-OeW7r4H6Qy5oi4LdCYAhLRj5eyPlGox6/nWSJJ/kCrE=";
hash = "sha256-gPjj8/d1bQyb1XmHnDUo1U5CKEO1CiiKnDtro+Dqwos=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
dependencies = [
platformdirs