exo: 0-unstable-2024-10-09 -> 0-unstable-2024-10-21 (#350184)

This commit is contained in:
Sandro
2024-10-21 16:39:03 +02:00
committed by GitHub
+3 -3
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 ];