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.
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
|
||||
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 = [
|
||||
|
||||
Reference in New Issue
Block a user