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 69ce331 + 06eb655 commit 30ee8cfCopy full SHA for 30ee8cf
pkgs/by-name/ex/exo/package.nix
@@ -7,14 +7,14 @@
7
}:
8
python3Packages.buildPythonApplication rec {
9
pname = "exo";
10
- version = "0.0.9-alpha";
+ version = "0.0.10-alpha";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "exo-explore";
15
repo = "exo";
16
tag = "v${version}";
17
- hash = "sha256-H3Jxq0GS3Ha9cDsIHCsTupD0/Mp80Mxf2NvAyZytTb0=";
+ hash = "sha256-JJGjr9RLiJ23mPpSsx6exs8hXx/ZkL5rl8i6Xg1vFhY=";
18
};
19
20
build-system = with python3Packages; [ setuptools ];
0 commit comments