about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:22:58 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 00:12:12 +0200
commit0c3b60e96645554d642f20aefd41da636a5942d9 (patch)
tree6763deb55c8a59932e5a945089a72c0f384b39cb /pkgs
parentbb66c8f45d696de554a18bc439f5c8b7970ede39 (diff)
python3Packages.bids-validator: 1.8.3 -> 1.8.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/bids-validator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bids-validator/default.nix b/pkgs/development/python-modules/bids-validator/default.nix
index f189572f12e37..c5ccff1dad245 100644
--- a/pkgs/development/python-modules/bids-validator/default.nix
+++ b/pkgs/development/python-modules/bids-validator/default.nix
@@ -4,12 +4,12 @@
 }:
 
 buildPythonPackage rec {
-  version = "1.8.3";
+  version = "1.8.4";
   pname = "bids-validator";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "a2940b447fdbea084311de55d415a1538299ad40ee1cc6ae711319c0734dc401";
+    sha256 = "63e7a02c9ddb5505a345e178f4e436b82c35ec0a177d7047b67ea10ea3029a68";
   };
 
   # needs packages which are not available in nixpkgs