gnu: ilmbase: Update to 2.2.1.

* gnu/packages/graphics.scm (ilmbase): Update to 2.2.1.
master
Leo Famulari 2018-01-03 13:46:58 -05:00
parent 564f5da07d
commit 690c9c18a5
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -214,14 +214,14 @@ many more.")
(define-public ilmbase (define-public ilmbase
(package (package
(name "ilmbase") (name "ilmbase")
(version "2.2.0") (version "2.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://savannah/openexr/ilmbase-" (uri (string-append "mirror://savannah/openexr/ilmbase-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1izddjwbh1grs8080vmaix72z469qy29wrvkphgmqmcm0sv1by7c")) "17k0hq19wplx9s029kjrq6c51x2ryrfmaavcappkd0g67gk0dhna"))
(patches (search-patches "ilmbase-fix-tests.patch")))) (patches (search-patches "ilmbase-fix-tests.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.openexr.com/") (home-page "http://www.openexr.com/")