guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 73cfda2eb6663bd3ee676e74d583e5ce69a226b3
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 12:32:30 2025 +0200

    gnu: openimageio: Update to 2.5.19.0.
    
    * gnu/packages/graphics.scm (openimageio): Update to 2.5.19.0.
    
    Change-Id: I9a0b2737a84d4818283094b1ad766f6a0c9ef4e1
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 3464e52f6e..ea63e5f499 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1645,7 +1645,7 @@ with strong support for multi-part, multi-channel use 
cases.")
 (define-public openimageio
   (package
     (name "openimageio")
-    (version "2.5.13.0")
+    (version "2.5.19.0")
     (source
      (origin
        (method git-fetch)
@@ -1655,7 +1655,7 @@ with strong support for multi-part, multi-channel use 
cases.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0bqalfcfjjk31a7zv2hyx0jz8jpdhpsmc3sqwmfl4zf431g45hpb"))))
+         "1s4275iik6gpbyzh703acm440csg9ff8w5l5drnz1gl6mx5946kz"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f ; half the tests require online data or use redirection

Reply via email to