mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
6b7470d29d
commit
73cfda2eb6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue