Unverified Commit 5ab1acb7 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.mpltoolbox: 25.05.0 -> 25.10.0 (#450996)

parents 56f8b0a9 f2602630
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "mpltoolbox";
  version = "25.05.0";
  version = "25.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scipp";
    repo = "mpltoolbox";
    tag = version;
    hash = "sha256-XDfCzkn/Mr0Rca+Ku/mDSneqSfMHS9i/XUP8vVLSKMQ=";
    hash = "sha256-hHx2pstLnmvgDea2f+Wyhl+U8gijlhkARsqZ31pgjCU=";
  };

  build-system = [