python312Packages.islpy: 2025.1.1 -> 2025.1.2
Diff: https://github.com/inducer/islpy/compare/refs/tags/v2025.1.1...v2025.1.2 Changelog: https://github.com/inducer/islpy/releases/tag/v2025.1.2
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "islpy";
|
||||
version = "2025.1.1";
|
||||
version = "2025.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "inducer";
|
||||
repo = "islpy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-SCrEHz5gMPSfrgyPQcTf4k2YlzVs7WWdhgnw7U0Tv30=";
|
||||
hash = "sha256-F+qF/pX/1rFZiDVK71FYNatWuVkcvl62+EriTHzAfHw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user