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

This commit is contained in:
Wolfgang Walther
2025-09-13 20:30:38 +00:00
committed by GitHub
@@ -39,7 +39,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "scipp"; pname = "scipp";
version = "25.05.1"; version = "25.08.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
@@ -47,7 +47,7 @@ buildPythonPackage rec {
repo = "Scipp"; repo = "Scipp";
# https://github.com/scipp/scipp/pull/3722 # https://github.com/scipp/scipp/pull/3722
tag = version; tag = version;
hash = "sha256-AanXb+nF/YIZFuzG5UnoNPX97WScfPKuoSBY18uYt9k="; hash = "sha256-s3whsNYqS7hsqvWX73E8KbDMUZTGWLgeqmN08tXPkwE=";
}; };
env = { env = {
SKIP_CONAN = "true"; SKIP_CONAN = "true";