about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pybids
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-20 22:25:20 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-05-20 22:25:20 -0700
commit96e0fd052979cfca806dca8bed966a16ecf57dc9 (patch)
tree403a948aa57eb492f8a4aa8c8292165ebdd1ccba /pkgs/development/python-modules/pybids
parent788deaad9dbc27b94c0d930b617f659e71ea7987 (diff)
python3Packages.pybids: 0.12.4 -> 0.13
Diffstat (limited to 'pkgs/development/python-modules/pybids')
-rw-r--r--pkgs/development/python-modules/pybids/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pybids/default.nix b/pkgs/development/python-modules/pybids/default.nix
index 034bdb6363a0a..143f578b08d58 100644
--- a/pkgs/development/python-modules/pybids/default.nix
+++ b/pkgs/development/python-modules/pybids/default.nix
@@ -14,12 +14,12 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.12.4";
+  version = "0.13";
   pname = "pybids";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "830f3f518ab0d2e058e9ba6d6ff9a942792909c874433b3ad58a3339a23f46bf";
+    sha256 = "sha256-zVFaGAKgTP9UiUdmO4+Tut8Qc64xuGyB26cQLRHOqYw=";
   };
 
   propagatedBuildInputs = [