Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: tifffile: 0.13.0 -> 0.13.4

+2 -2
+2 -2
pkgs/development/python-modules/tifffile/default.nix
··· 3 4 buildPythonPackage rec { 5 pname = "tifffile"; 6 - version = "0.13.0"; 7 8 src = fetchPypi { 9 inherit pname version; 10 - sha256 = "1rqx2bar6dcsbmzq68mjh5bsyjzhbkqxi2dsv7j0vdbnjs5dfq9q"; 11 }; 12 13 checkInputs = [ nose ];
··· 3 4 buildPythonPackage rec { 5 pname = "tifffile"; 6 + version = "0.13.4"; 7 8 src = fetchPypi { 9 inherit pname version; 10 + sha256 = "43d3903e8ea4542aaa4759ec3683641555d3a15e68fa5a41aaf14cce4110641a"; 11 }; 12 13 checkInputs = [ nose ];