We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55070a3 + d1e6b44 commit 33fe064Copy full SHA for 33fe064
pkgs/by-name/ex/exo/package.nix
@@ -6,14 +6,14 @@
6
}:
7
python3Packages.buildPythonApplication {
8
pname = "exo";
9
- version = "0-unstable-2024-10-09";
+ version = "0-unstable-2024-10-21";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "exo-explore";
14
repo = "exo";
15
- rev = "c1a26cd7fa447b2802a4bececfd7cb9d316c0600";
16
- hash = "sha256-jtcfGmk03Yf5IaswIvi6N9oMXzNPYlJBf4WMLkogUVo=";
+ rev = "82a708f974b9a720e127c38a383f22e129be6373";
+ hash = "sha256-BhhcYOipdLAviTzWRdNLMMPiND4mYv9Mkn8/yxo0vXY=";
17
};
18
19
build-system = with python3Packages; [ setuptools ];
0 commit comments