Unverified Commit acba0d29 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python3Packages.scipp: 25.05.1 -> 25.08.0 (#438905)

parents 24621966 2765dd0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

buildPythonPackage rec {
  pname = "scipp";
  version = "25.05.1";
  version = "25.08.0";
  pyproject = true;

  src = fetchFromGitHub {
@@ -47,7 +47,7 @@ buildPythonPackage rec {
    repo = "Scipp";
    # https://github.com/scipp/scipp/pull/3722
    tag = version;
    hash = "sha256-AanXb+nF/YIZFuzG5UnoNPX97WScfPKuoSBY18uYt9k=";
    hash = "sha256-s3whsNYqS7hsqvWX73E8KbDMUZTGWLgeqmN08tXPkwE=";
  };
  env = {
    SKIP_CONAN = "true";