This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 67dc1ca3ec gnu: openfoam-com: Update to 2512.
67dc1ca3ec is described below

commit 67dc1ca3ecd3defe749d7d5c628ed9c358e65bd5
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Feb 14 17:38:28 2026 +0100

    gnu: openfoam-com: Update to 2512.
    
    * gnu/packages/simulation.scm (openfoam-com): Update to 2512.
    
    Change-Id: Id1961be4899ad5139f33ee59c298085eda25e9ff
---
 gnu/packages/simulation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index b8ab9c86f5..bcc4427559 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -633,7 +633,7 @@ problems for efficient solution on parallel systems.")
   (package
     (inherit openfoam-org)
     (name "openfoam-com")
-    (version "2506")
+    (version "2512")
     (source
      (origin
        (method git-fetch)
@@ -642,7 +642,7 @@ problems for efficient solution on parallel systems.")
              (commit (string-append "OpenFOAM-v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1g8cjiqkk4yp5kmxyv8z43aaalr5459i54yaqmkn6qr38cjrhnd2"))))
+        (base32 "0v2dy7zcr1s6jc0z8gx726ljai3jnihzydiisszab8vcq79c19dr"))))
     (arguments
      ;; Since 'arguments' is a function of the package's version, define
      ;; 'parent' such that the 'arguments' thunk gets to see the right

Reply via email to