Skip to content

Commit e892b41

Browse files
committed
python312Packages.rmsd: 1.5.1 -> 1.6.0
1 parent 95dbdbb commit e892b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/rmsd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
buildPythonPackage rec {
99
pname = "rmsd";
10-
version = "1.5.1";
10+
version = "1.6.0";
1111
format = "setuptools";
1212

1313
propagatedBuildInputs = [ scipy ];
1414

1515
src = fetchPypi {
1616
inherit pname version;
17-
hash = "sha256-wDQoIUMqrBDpgImHeHWizYu/YkFjlxB22TaGpA8Q0Sc=";
17+
hash = "sha256-9bALeHmdw6OJGxp3aabkDfCxo4fGv2etKzpBDhmZOrI=";
1818
};
1919

2020
pythonImportsCheck = [ "rmsd" ];

0 commit comments

Comments
 (0)