py-alphafold: use permanent link for openmm patch (#42461)
This commit is contained in:
		| @@ -53,7 +53,7 @@ class PyAlphafold(PythonPackage, CudaPackage): | |||||||
|         type="run", |         type="run", | ||||||
|         patches=[ |         patches=[ | ||||||
|             patch( |             patch( | ||||||
|                 "https://raw.githubusercontent.com/deepmind/alphafold/main/docker/openmm.patch", |                 "https://raw.githubusercontent.com/google-deepmind/alphafold/2819de4ddd075340b81d36bcf7932a0ff0fbe404/docker/openmm.patch", | ||||||
|                 sha256="a5a0ced820f3ecc56ae634c3111f80614863559b0587954a2658c8d4b2a07ae3", |                 sha256="a5a0ced820f3ecc56ae634c3111f80614863559b0587954a2658c8d4b2a07ae3", | ||||||
|                 working_dir="wrappers/python", |                 working_dir="wrappers/python", | ||||||
|                 level=0, |                 level=0, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mosè Giordano
					Mosè Giordano