python3Packages.pybids: 0.15.0 -> 0.15.1

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:07 +02:00
parent 101f71385f
commit ccbe09dbae
@@ -14,12 +14,12 @@
}:
buildPythonPackage rec {
version = "0.15.0";
version = "0.15.1";
pname = "pybids";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Eq+4x7h1uR5QHXfgCEZl+7usc9CBFQClvV36Yyrqbd0=";
sha256 = "sha256-AlNQegTb/qQ+sfdaH3GqsEviEHa/6WwASIgAC4AuOPI=";
};
propagatedBuildInputs = [