gnu: openimageio: Update to 2.5.19.0.

* gnu/packages/graphics.scm (openimageio): Update to 2.5.19.0.

Change-Id: I9a0b2737a84d4818283094b1ad766f6a0c9ef4e1
This commit is contained in:
Andreas Enge 2025-07-31 12:32:30 +02:00
parent 6b7470d29d
commit 73cfda2eb6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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