Skip to content

Commit 30ee8cf

Browse files
authored
exo: 0.0.9-alpha -> 0.0.10-alpha (NixOS#375597)
2 parents 69ce331 + 06eb655 commit 30ee8cf

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.9-alpha";
10+
version = "0.0.10-alpha";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "exo-explore";
1515
repo = "exo";
1616
tag = "v${version}";
17-
hash = "sha256-H3Jxq0GS3Ha9cDsIHCsTupD0/Mp80Mxf2NvAyZytTb0=";
17+
hash = "sha256-JJGjr9RLiJ23mPpSsx6exs8hXx/ZkL5rl8i6Xg1vFhY=";
1818
};
1919

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

0 commit comments

Comments
 (0)