python3Packages.islpy: 2025.2.4 -> 2025.2.5 (#437877)

This commit is contained in:
Nick Cao
2025-09-02 09:01:56 -04:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "islpy";
version = "2025.2.4";
version = "2025.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "inducer";
repo = "islpy";
tag = "v${version}";
hash = "sha256-6VNA07XnzmOTsrH16fXzEdl1HmShmrtUjQyUs18CxYc=";
hash = "sha256-E3DRj1WpMr79BVFUeJftp1JZafP2+Zn6yyf9ClfdWqI=";
};
build-system = [