exo: 0-unstable-2024-10-09 -> 0-unstable-2024-10-21

This commit is contained in:
Gaetan Lepage 2024-10-21 10:22:36 +02:00
parent f6bdbd1605
commit d1e6b44556

View File

@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication {
pname = "exo";
version = "0-unstable-2024-10-09";
version = "0-unstable-2024-10-21";
pyproject = true;
src = fetchFromGitHub {
owner = "exo-explore";
repo = "exo";
rev = "c1a26cd7fa447b2802a4bececfd7cb9d316c0600";
hash = "sha256-jtcfGmk03Yf5IaswIvi6N9oMXzNPYlJBf4WMLkogUVo=";
rev = "82a708f974b9a720e127c38a383f22e129be6373";
hash = "sha256-BhhcYOipdLAviTzWRdNLMMPiND4mYv9Mkn8/yxo0vXY=";
};
build-system = with python3Packages; [ setuptools ];