Skip to content

Commit 5d120e8

Browse files
authored
exo: 0.0.4-alpha -> 0.0.5-alpha (#373135)
2 parents 3cdbf0a + f4fafc4 commit 5d120e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ex/exo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
}:
88
python3Packages.buildPythonApplication rec {
99
pname = "exo";
10-
version = "0.0.4-alpha";
10+
version = "0.0.5-alpha";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "exo-explore";
1515
repo = "exo";
1616
tag = "v${version}";
17-
hash = "sha256-tB+/MtAAyBwoculoToiUgwqHOKEOu6Ip1Jvx0+FqC8o=";
17+
hash = "sha256-bAbKmLoJbDVwGoWTxA3a0CUzVFoso6/Uz6e48MSJDgw=";
1818
};
1919

2020
build-system = with python3Packages; [ setuptools ];

0 commit comments

Comments
 (0)