[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: IlmBase and OpenEXR: Update to 2.5.7.
From: |
guix-commits |
Subject: |
03/03: gnu: IlmBase and OpenEXR: Update to 2.5.7. |
Date: |
Sun, 8 Aug 2021 21:30:19 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit f476876e5ce0e7141570cfebe13fee9703a49e38
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Aug 8 21:10:16 2021 -0400
gnu: IlmBase and OpenEXR: Update to 2.5.7.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.7.
---
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 70b0c18..38feb27 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -799,7 +799,7 @@ many more.")
(define-public ilmbase
(package
(name "ilmbase")
- (version "2.5.5")
+ (version "2.5.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -808,7 +808,7 @@ many more.")
(file-name (git-file-name "ilmbase" version))
(sha256
(base32
- "0mjzb3fd8b9pcqmrgy5cdsmvqd70hmlvjnfypi66v59h3fhrmgd8"))
+ "1vja0rbilcd1wn184w8nbcmck00n7bfwlddwiaxw8dhj64nx4468"))
(patches (search-patches "ilmbase-fix-tests.patch"))))
(build-system cmake-build-system)
(arguments