guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6b7470d29d9c75a40a9e050dd3a099a9a74dceb0
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 09:40:38 2025 +0200

    gnu: opencolorio: Update to 2.4.2.
    
    * gnu/packages/image-processing.scm (opencolorio): Update to 2.4.2.
    
    Change-Id: I2fcb15b40ae26f6a3aa63733b1b911e7b044a4df
---
 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 e9a8c13afd..c6c20c690b 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -211,7 +211,7 @@ licences similar to the Modified BSD licence."))))
 (define-public opencolorio
   (package
     (name "opencolorio")
-    (version "2.3.2")
+    (version "2.4.2")
     (source
      (origin
        (method git-fetch)
@@ -219,7 +219,7 @@ licences similar to the Modified BSD licence."))))
              (url "https://github.com/AcademySoftwareFoundation/OpenColorIO";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1h33s2pfy28nj836kx6xx3iks7v38g3kx7c4f6zn1dpskl0zf809"))
+        (base32 "1h5n1adm7hlblq4z9qdbnh5jy3f6aimlk96cn1k4ah3f8vqx7zpq"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments

Reply via email to