mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7c0fd7440e
commit
b286a6a81f
1 changed files with 11 additions and 10 deletions
|
@ -976,16 +976,17 @@ algorithm.")
|
||||||
(define-public openmm
|
(define-public openmm
|
||||||
(package
|
(package
|
||||||
(name "openmm")
|
(name "openmm")
|
||||||
(version "8.1.1")
|
(version "8.3.1")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/openmm/openmm")
|
(uri (git-reference
|
||||||
(commit version)))
|
(url "https://github.com/openmm/openmm")
|
||||||
(file-name (git-file-name name version))
|
(commit version)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"064vv6zaci30pj38z5lwfqscxssm67jqxkz30hcya9vm4ng831d5"))))
|
(base32
|
||||||
|
"0pcy1f6r4h6z0b75gx4lcnkf7yr8342w2dch7jml1ycmzpqkxvfx"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue