Merge pull request #314442 from r-ryantm/auto-update/python311Packages.pybids

python311Packages.pybids: 0.16.4 -> 0.16.5
This commit is contained in:
OTABI Tomoya 2024-05-26 10:54:46 +09:00 committed by GitHub
commit f3599c93f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "pybids";
version = "0.16.4";
version = "0.16.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-pahl8wi6Sf8AuVqkvi7H90ViHr+9utb14ZVmKK3rFm4=";
hash = "sha256-5MAp5CYlOh1WxsXOE/LHVNm/K4VGFaLKWaaKYwKjQIM=";
};
pythonRelaxDeps = [