py-alphafold: use permanent link for openmm patch (#42461)

This commit is contained in:
Mosè Giordano 2024-02-03 10:07:16 +00:00 committed by GitHub
parent c44e854d05
commit 7f7d5b899a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ class PyAlphafold(PythonPackage, CudaPackage):
type="run",
patches=[
patch(
"https://raw.githubusercontent.com/deepmind/alphafold/main/docker/openmm.patch",
"https://raw.githubusercontent.com/google-deepmind/alphafold/2819de4ddd075340b81d36bcf7932a0ff0fbe404/docker/openmm.patch",
sha256="a5a0ced820f3ecc56ae634c3111f80614863559b0587954a2658c8d4b2a07ae3",
working_dir="wrappers/python",
level=0,