Unverified Commit 98e45db7 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.islpy: 2025.1.2 -> 2025.1.3 (#398099)

parents 19b5b5ff d05964a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "islpy";
  version = "2025.1.2";
  version = "2025.1.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "inducer";
    repo = "islpy";
    tag = "v${version}";
    hash = "sha256-F+qF/pX/1rFZiDVK71FYNatWuVkcvl62+EriTHzAfHw=";
    hash = "sha256-3HUfr0W5X8HaViUD0kpKbdxTTRS/TW6PvAGl8vr03XU=";
  };

  build-system = [