python3Packages.mdtraj: 1.10.3 -> 1.11.0

https://github.com/mdtraj/mdtraj/releases/tag/1.11.0

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
mdtraj
+2 -2
pkgs/development/python-modules/mdtraj/default.nix
···
buildPythonPackage rec {
pname = "mdtraj";
-
version = "1.10.3";
+
version = "1.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mdtraj";
repo = "mdtraj";
tag = version;
-
hash = "sha256-xmxVPF6GhZpyuTxdmxB7mkfrDb1FIh9Z3obgUOdQmrw=";
+
hash = "sha256-Re8noXZGT+WEW8HzdoHSsr52R06TzLPzfPzHdvweRdQ=";
};
patches = [