Skip to content

Commit

Permalink
python312Packages.rmsd: 1.6.1 -> 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 23, 2024
1 parent 83dfdf2 commit e993bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rmsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit e993bd0

Please sign in to comment.