Unverified Commit f3599c93 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

python311Packages.pybids: 0.16.4 -> 0.16.5
parents c5cc71b3 a2522db3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [