python312Packages.mdtraj: 1.10.2 -> 1.10.3 (#382552)

This commit is contained in:
Nick Cao
2025-02-17 17:53:29 -05:00
committed by GitHub
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "mdtraj";
version = "1.10.2";
version = "1.10.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mdtraj";
repo = "mdtraj";
tag = version;
hash = "sha256-0hSMKrY3p29IUmMuLsNUK4s/AM5zCzAh6Udg/xbeky0=";
hash = "sha256-xmxVPF6GhZpyuTxdmxB7mkfrDb1FIh9Z3obgUOdQmrw=";
};
patches = [