python3Packages.pybids: 0.13 -> 0.13.1

This commit is contained in:
Jonathan Ringer 2021-06-16 12:53:39 -07:00
parent 2f4769197b
commit 2491f89b95
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -14,12 +14,12 @@
}:
buildPythonPackage rec {
version = "0.13";
version = "0.13.1";
pname = "pybids";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-zVFaGAKgTP9UiUdmO4+Tut8Qc64xuGyB26cQLRHOqYw=";
sha256 = "sha256-ySDhVX4drotnFiXXDK+9woQ3uigistudpMJYenYl47o=";
};
propagatedBuildInputs = [