3
0
Fork 0
forked from mirrors/nixpkgs

eliot-tree: 19.0.1 -> 21.0.0

This commit is contained in:
R. Ryantm 2024-01-24 00:49:28 +00:00
parent 947661df11
commit 390a681eac

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "eliot-tree";
version = "19.0.1";
version = "21.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "18gvijsm0vh3x83mv8dd80c3mpm80r7i111qsg4y7rj4i590phma";
sha256 = "sha256-hTl+r+QJPPQ7ss73lty3Wm7DLy2SKGmmgIuJx38ilO8=";
};
nativeCheckInputs = with python3Packages; [