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 {
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";