Unverified Commit 33fe064e authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

exo: 0-unstable-2024-10-09 -> 0-unstable-2024-10-21 (#350184)

parents 55070a33 d1e6b445
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication {
  pname = "exo";
  version = "0-unstable-2024-10-09";
  version = "0-unstable-2024-10-21";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "exo-explore";
    repo = "exo";
    rev = "c1a26cd7fa447b2802a4bececfd7cb9d316c0600";
    hash = "sha256-jtcfGmk03Yf5IaswIvi6N9oMXzNPYlJBf4WMLkogUVo=";
    rev = "82a708f974b9a720e127c38a383f22e129be6373";
    hash = "sha256-BhhcYOipdLAviTzWRdNLMMPiND4mYv9Mkn8/yxo0vXY=";
  };

  build-system = with python3Packages; [ setuptools ];