guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit ca1ecaea24c61ce24c1f36f79d0fec2804a6f8c0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 7 12:02:45 2026 +0000

    gnu: openmm: Update to 8.4.0.
    
    * gnu/packages/machine-learning.scm (openmm): Update to 8.4.0.
    
    Change-Id: If91f5557966b7982b3504800d7761cc9b79b3af2
---
 gnu/packages/machine-learning.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index be4c5afa4b..f137920480 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -23,7 +23,7 @@
 ;;; Copyright © 2023 Navid Afkhami <[email protected]>
 ;;; Copyright © 2023 Zheng Junjie <[email protected]>
 ;;; Copyright © 2023 Troy Figiel <[email protected]>
-;;; Copyright © 2024-2025 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2024-2026 Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2024 David Pflug <[email protected]>
 ;;; Copyright © 2024 Timothee Mathieu <[email protected]>
 ;;; Copyright © 2024 Spencer King <[email protected]>
@@ -1064,7 +1064,7 @@ algorithm.")
 (define-public openmm
   (package
     (name "openmm")
-    (version "8.3.1")
+    (version "8.4.0")
     (source
      (origin
        (method git-fetch)
@@ -1074,7 +1074,7 @@ algorithm.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0pcy1f6r4h6z0b75gx4lcnkf7yr8342w2dch7jml1ycmzpqkxvfx"))))
+         "0lb1idyaas550fp6j8ykiy37lykkm7wzz5na70z27hj4m1m1sgdw"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to