python311Packages.experiment-utilities: 0.3.5 -> 0.3.6

Changelog: https://gitlab.inria.fr/creinke/exputils/-/commit/437a36a34ec3a260ce8bfc8928c0c83269aa2f0e
This commit is contained in:
Gaetan Lepage
2023-11-09 14:53:16 +01:00
parent 310a77c9d1
commit 6bd4bff5cd
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "experiment-utilities";
version = "0.3.5";
version = "0.3.6";
src = fetchFromGitLab {
owner = "creinke";
repo = "exputils";
domain = "gitlab.inria.fr";
rev = "refs/tags/version_${version}";
hash = "sha256-y+I/TpEC1alP3145ByM6H//lZl2FrpLT/70lzn04P6w=";
hash = "sha256-jo0CBSpUc/F1lJ2vagocngDM1Lopw5/AJnt1QwCunA8=";
};
# This dependency constraint (<=7.6.5) was due to a bug in qgrid that has been patched in its