Unverified Commit 51153c6a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3.pkgs.scipp: 26.2.0 -> 26.3.0 (#495892)

parents 72b1d820 9738c703
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,14 +39,14 @@

buildPythonPackage rec {
  pname = "scipp";
  version = "26.2.0";
  version = "26.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scipp";
    repo = "Scipp";
    tag = version;
    hash = "sha256-4Ha2Gz6yYBCYBGXMWPJjuooyKeJJBBVmmByFXbTLans=";
    hash = "sha256-J8epr2Wal8brtX+ipimGjLP4u83KGSoQN33/ZVCKDnA=";
  };
  env = {
    SKIP_REMOTE_SOURCES = "true";