diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-06-01 14:20:02 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-06-01 15:07:20 +0300 |
| commit | cfef4f4e491015d20d1addf3f1a1823ddce626c5 (patch) | |
| tree | eb20110837b933b8f2c8d5e9a9a7349d21f041b9 /gnu/packages/graphics.scm | |
| parent | b6327ddb91d6838f786ebad5cd0ee61bc131867e (diff) | |
gnu: openimageio: Update to 2.5.19.1.
* gnu/packages/graphics.scm (openimageio): Update to 2.5.19.1.
Fixes: guix/guix#8987
Change-Id: I8e036b1cd5bfc333d6842ce4d19f20e0bcb6f60a
Diffstat (limited to 'gnu/packages/graphics.scm')
| -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 67400b4958f..319427ff1af 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm | |||
| @@ -1785,7 +1785,7 @@ with strong support for multi-part, multi-channel use cases.") | |||
| 1785 | (define-public openimageio | 1785 | (define-public openimageio |
| 1786 | (package | 1786 | (package |
| 1787 | (name "openimageio") | 1787 | (name "openimageio") |
| 1788 | (version "2.5.19.0") | 1788 | (version "2.5.19.1") |
| 1789 | (source | 1789 | (source |
| 1790 | (origin | 1790 | (origin |
| 1791 | (method git-fetch) | 1791 | (method git-fetch) |
| @@ -1795,7 +1795,7 @@ with strong support for multi-part, multi-channel use cases.") | |||
| 1795 | (file-name (git-file-name name version)) | 1795 | (file-name (git-file-name name version)) |
| 1796 | (sha256 | 1796 | (sha256 |
| 1797 | (base32 | 1797 | (base32 |
| 1798 | "1s4275iik6gpbyzh703acm440csg9ff8w5l5drnz1gl6mx5946kz")))) | 1798 | "1nqqw8n8hagp5s29hpmcb4pripkzn8w7vk3jcyw7xjb8h8gxxapq")))) |
| 1799 | (build-system cmake-build-system) | 1799 | (build-system cmake-build-system) |
| 1800 | (arguments | 1800 | (arguments |
| 1801 | (list #:tests? #f ; half the tests require online data or use redirection | 1801 | (list #:tests? #f ; half the tests require online data or use redirection |
