nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: scikit-bio: 0.5.4 -> 0.5.5

+2 -2
+2 -2
pkgs/development/python-modules/scikit-bio/default.nix
··· 20 20 }: 21 21 22 22 buildPythonPackage rec { 23 - version = "0.5.4"; 23 + version = "0.5.5"; 24 24 pname = "scikit-bio"; 25 25 disabled = !isPy3k; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - sha256 = "3243f1995ef24643c09ff4d9391a79528aadd8232e5aa5d66c38d7b2e0c92f24"; 29 + sha256 = "9fa813be66e88a994f7b7a68b8ba2216e205c525caa8585386ebdeebed6428df"; 30 30 }; 31 31 32 32 buildInputs = [ cython ];