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 <dannym@friendly-machines.com>
This commit is contained in:
Cayetano Santos 2025-08-28 15:08:30 +02:00 committed by Danny Milosavljevic
parent 7c0fd7440e
commit b286a6a81f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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