Unverified Commit 0662c280 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3.pkgs.scipp: 25.11.0 -> 25.12.0 (#473227)

parents 2a07838f 28ef2956
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,14 +39,14 @@

buildPythonPackage rec {
  pname = "scipp";
  version = "25.11.0";
  version = "25.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scipp";
    repo = "Scipp";
    tag = version;
    hash = "sha256-/gCLWRpBnOjNMBEpJe0JSda496iXDFnCE+R+zIaRkWo=";
    hash = "sha256-Gv5Lgufsj5kCtOC+zTgeWTwwYm8j2Ct8cTK1RJ5+XDg=";
  };
  env = {
    SKIP_REMOTE_SOURCES = "true";