8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "1wn3ara3i19fi1y9a5j4imyczpa6dkkzd5djggxg4kkl1ff9awrj";
19 propagatedBuildInputs = [ numpy ];
22 homepage = "https://github.com/mhe/pynrrd";
23 description = "Simple pure-Python reader for NRRD files";
24 license = licenses.mit;
25 maintainers = with maintainers; [ bcdarwin ];