python37Packages.nibabel: 2.3.3 -> 2.4.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nibabel/versions
This commit is contained in:
R. RyanTM 2019-06-02 12:36:02 -07:00 committed by Mario Rodas
parent 6a035012b9
commit 692252d76a
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "nibabel";
version = "2.3.3";
version = "2.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "b6366634c65b04464e62f3a9a8df1faa172f780ed7f1af1c6818b3dc2f1202c3";
sha256 = "f165ff1cb4464902d6594eb2694e2cfb6f8b9fe233b856c976c3cff623ee0e17";
};
propagatedBuildInputs = [