python3Packages.islpy: 2025.2 -> 2025.2.2 (#415676)

This commit is contained in:
Gaétan Lepage
2025-06-11 09:36:04 +02:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "islpy";
version = "2025.2";
version = "2025.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "inducer";
repo = "islpy";
tag = "v${version}";
hash = "sha256-RMqqnhW8MibGhAhJZF/EjycFJ7E3j4aur0a6UaPyeIs=";
hash = "sha256-P/DHWMjBANkfqvg9ilBonOTMsvmm5NefMWLdroB2azg=";
};
build-system = [