python3Packages.openmm: 8.4.0 -> 8.5.0 (#502489)
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "openmm";
|
||||
version = "8.4.0";
|
||||
version = "8.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openmm";
|
||||
repo = "openmm";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-vD0daqhEwiM+OMqW//mpc3p6ho/TI2muA6VopXyLYVE=";
|
||||
hash = "sha256-NH9rPAlXpWBqYD9g6z9P0Y3Q51GgOPJUbrQ4GxvtPiA=";
|
||||
};
|
||||
|
||||
# "This test is stochastic and may occasionally fail". It does.
|
||||
|
||||
Reference in New Issue
Block a user