exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14

This commit is contained in:
Gaetan Lepage 2024-11-15 13:43:16 +00:00
parent 6a821c2038
commit 2b9c54eaeb

View File

@ -7,14 +7,14 @@
}:
python3Packages.buildPythonApplication {
pname = "exo";
version = "0-unstable-2024-10-29";
version = "0-unstable-2024-11-14";
pyproject = true;
src = fetchFromGitHub {
owner = "exo-explore";
repo = "exo";
rev = "50a1b171f64a75594793147aa39db933ef38aed9";
hash = "sha256-hzguPEQDTKBWe8Um+pwJpsctPbQqA6QW5LGknKWFaKo=";
rev = "f1eec9fa64a0c14e0ef2eec092b799009b3d4a1e";
hash = "sha256-WrJrhMtq+S5VD3oyW1k3fkOHunTzdFk0HavjOXLhIKU=";
};
build-system = with python3Packages; [ setuptools ];