python3Packages.scipp: 25.05.1 -> 25.08.0

This commit is contained in:
R. Ryantm
2025-08-31 13:19:35 +00:00
parent dff2cbff03
commit 2765dd0a16
@@ -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";