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.
1 parent 02692cf commit f4fafc4Copy full SHA for f4fafc4
pkgs/by-name/ex/exo/package.nix
@@ -7,14 +7,14 @@
7
}:
8
python3Packages.buildPythonApplication rec {
9
pname = "exo";
10
- version = "0.0.4-alpha";
+ version = "0.0.5-alpha";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "exo-explore";
15
repo = "exo";
16
tag = "v${version}";
17
- hash = "sha256-tB+/MtAAyBwoculoToiUgwqHOKEOu6Ip1Jvx0+FqC8o=";
+ hash = "sha256-bAbKmLoJbDVwGoWTxA3a0CUzVFoso6/Uz6e48MSJDgw=";
18
};
19
20
build-system = with python3Packages; [ setuptools ];
0 commit comments