guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b286a6a81f63cdd62e6e0d66e181cbb808377301
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Aug 28 15:08:30 2025 +0200
gnu: openmm: Update to 8.3.1.
* gnu/packages/machine-learning.scm (openmm): Update to 8.3.1.
Change-Id: Iccb86d75fd931959da1e004e6d9715dcc35e936d
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/machine-learning.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 7c6fd79f6f..68838f71cf 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -976,16 +976,17 @@ algorithm.")
(define-public openmm
(package
(name "openmm")
- (version "8.1.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/openmm/openmm")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "064vv6zaci30pj38z5lwfqscxssm67jqxkz30hcya9vm4ng831d5"))))
+ (version "8.3.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/openmm/openmm")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0pcy1f6r4h6z0b75gx4lcnkf7yr8342w2dch7jml1ycmzpqkxvfx"))))
(build-system cmake-build-system)
(arguments
(list