mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: IlmBase and OpenEXR: Update to 2.5.7.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.7.
This commit is contained in:
parent
94b437c6f4
commit
f476876e5c
1 changed files with 2 additions and 2 deletions
|
@ -799,7 +799,7 @@ (define-public cgal
|
||||||
(define-public ilmbase
|
(define-public ilmbase
|
||||||
(package
|
(package
|
||||||
(name "ilmbase")
|
(name "ilmbase")
|
||||||
(version "2.5.5")
|
(version "2.5.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -808,7 +808,7 @@ (define-public ilmbase
|
||||||
(file-name (git-file-name "ilmbase" version))
|
(file-name (git-file-name "ilmbase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mjzb3fd8b9pcqmrgy5cdsmvqd70hmlvjnfypi66v59h3fhrmgd8"))
|
"1vja0rbilcd1wn184w8nbcmck00n7bfwlddwiaxw8dhj64nx4468"))
|
||||||
(patches (search-patches "ilmbase-fix-tests.patch"))))
|
(patches (search-patches "ilmbase-fix-tests.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue