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 efe6f14c20 gnu: cimg: Update to 3.7.2.
efe6f14c20 is described below

commit efe6f14c208d49cbf60be18344261633a052919b
Author: Jake Forster <[email protected]>
AuthorDate: Wed Mar 4 00:24:41 2026 +1030

    gnu: cimg: Update to 3.7.2.
    
    * gnu/packages/image-processing.scm (cimg): Update to 3.7.2.
    
    Change-Id: I857f87871384b2d6b04d6c87e6ec1b25e53f0b4a
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/image-processing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 78d513b98f..88debbdc59 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -183,7 +183,7 @@ Magnetic Resonance Imaging.")
 (define-public cimg
   (package
     (name "cimg")
-    (version "3.6.5")
+    (version "3.7.2")
     (source
      (origin
        (method git-fetch)
@@ -192,7 +192,7 @@ Magnetic Resonance Imaging.")
              (commit (string-append "v." version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zdw1mbwl2g0ka1gasq9l706aral0l2mfsc0vmvq2szn90l2i455"))))
+        (base32 "017yhaq1qysimiq0xi3a4kngwm521s5ghhv2w5mr9dmf8vaxdx31"))))
     (build-system copy-build-system)
     (arguments
      (list

Reply via email to