efraim pushed a commit to branch master
in repository guix.
commit 3772f95dc7bca694446121e1cef9bf4d78bfba55
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Apr 1 10:47:06 2021 +0300
gnu: ilmbase: Update to 2.5.5.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.5.
---
gnu/packages/graphics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 4a301d3..3c9cf18 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015 Tomáš Čech <[email protected]>
;;; Copyright © 2016, 2019 Leo Famulari <[email protected]>
;;; Copyright © 2016, 2017, 2019 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2016, 2018 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2018, 2021 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Andreas Enge <[email protected]>
;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <[email protected]>
;;; Copyright © 2017, 2018 Ben Woodcroft <[email protected]>
@@ -753,7 +753,7 @@ many more.")
(define-public ilmbase
(package
(name "ilmbase")
- (version "2.5.2")
+ (version "2.5.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -762,7 +762,7 @@ many more.")
(file-name (git-file-name "ilmbase" version))
(sha256
(base32
- "1vf8bqld2bpcdi99jbr043y6vp01cp3fvbiasrn66xn91mf6imbn"))
+ "0mjzb3fd8b9pcqmrgy5cdsmvqd70hmlvjnfypi66v59h3fhrmgd8"))
(patches (search-patches "ilmbase-fix-tests.patch"))))
(build-system cmake-build-system)
(arguments