python3Packages.bids-validator: 1.6.0 -> 1.7.2

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:09 +02:00 committed by Jonathan Ringer
parent 995bbdc838
commit d53704880b
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -4,12 +4,12 @@
}:
buildPythonPackage rec {
version = "1.6.0";
version = "1.7.2";
pname = "bids-validator";
src = fetchPypi {
inherit pname version;
sha256 = "6858eab83068d34a9d41155c931ca8db9faef2272710d9730c2135915c19be82";
sha256 = "12398831a3a3a2ed7c67e693cf596610c23dd23e0889bfeae0830bbd1d41e5b9";
};
# needs packages which are not available in nixpkgs