python3Packages.pybids: 0.16.5 -> 0.17.2

https://github.com/bids-standard/pybids/blob/0.17.2/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:02 +02:00
parent afcff5ba65
commit a47e2b69f7
@@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "pybids";
version = "0.16.5";
version = "0.17.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-5MAp5CYlOh1WxsXOE/LHVNm/K4VGFaLKWaaKYwKjQIM=";
hash = "sha256-4MpFXGh2uOHCjMa213CF6QzKCyEQNiN1moyNolEcySQ=";
};
pythonRelaxDeps = [