Skip to content

Commit

Permalink
python312Packages.rmsd: 1.6.1 -> 1.6.2 (NixOS#367725)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 24, 2024
2 parents 347b4b3 + e993bd0 commit a62e4bc
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 a62e4bc

Please sign in to comment.