diff options
author | Andreas Enge <andreas@enge.fr> | 2025-07-31 12:32:30 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-31 13:55:50 +0200 |
commit | 73cfda2eb6663bd3ee676e74d583e5ce69a226b3 (patch) | |
tree | 5bb15717960a7b0654b5b3141599fbcde8e7d970 | |
parent | 6b7470d29d9c75a40a9e050dd3a099a9a74dceb0 (diff) |
gnu: openimageio: Update to 2.5.19.0.
* gnu/packages/graphics.scm (openimageio): Update to 2.5.19.0.
Change-Id: I9a0b2737a84d4818283094b1ad766f6a0c9ef4e1
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files 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 |