python3Packages.islpy: 2025.2.3 -> 2025.2.4
Diff: https://github.com/inducer/islpy/compare/refs/tags/v2025.2.3...refs/tags/v2025.2.4 Changelog: https://github.com/inducer/islpy/releases/tag/v2025.2.4
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "islpy";
|
||||
version = "2025.2.3";
|
||||
version = "2025.2.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "inducer";
|
||||
repo = "islpy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-R97auo/IutwbmkWWf9FIT4aYuskGf8p2Bwy3EWiB5BA=";
|
||||
hash = "sha256-6VNA07XnzmOTsrH16fXzEdl1HmShmrtUjQyUs18CxYc=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user