Loading pkgs/development/python-modules/rmsd/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "rmsd"; version = "1.6.1"; version = "1.6.2"; format = "setuptools"; propagatedBuildInputs = [ scipy ]; src = fetchPypi { inherit pname version; hash = "sha256-nllfrUlviV2+5k94CiJQTnChrQVcchh1+uhxt84kncM="; hash = "sha256-E5QIJRqYivSeMxdSOGNt0sbJ6ExHcyLRZ91X6saduto="; }; pythonImportsCheck = [ "rmsd" ]; Loading Loading
pkgs/development/python-modules/rmsd/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "rmsd"; version = "1.6.1"; version = "1.6.2"; format = "setuptools"; propagatedBuildInputs = [ scipy ]; src = fetchPypi { inherit pname version; hash = "sha256-nllfrUlviV2+5k94CiJQTnChrQVcchh1+uhxt84kncM="; hash = "sha256-E5QIJRqYivSeMxdSOGNt0sbJ6ExHcyLRZ91X6saduto="; }; pythonImportsCheck = [ "rmsd" ]; Loading