diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-09-01 15:09:50 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-03 18:58:46 +0200 |
| commit | 1ae2c577a6c79ac2914e268ffca89459b196dcb2 (patch) | |
| tree | 64ede2798b5e3af6853b56e25e43df7d3e78d428 | |
| parent | 915620619954ff100ebc097f048adcc65715b0a0 (diff) | |
gnu: ilmbase: Update to 2.3.0.
* gnu/packages/graphics.scm (ilmbase): Update to 2.3.0.
[source](uri): Change to new download location.
| -rw-r--r-- | gnu/packages/graphics.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 6632c9a1a35..e5ec318e1ba 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm | |||
| @@ -228,14 +228,15 @@ many more.") | |||
| 228 | (define-public ilmbase | 228 | (define-public ilmbase |
| 229 | (package | 229 | (package |
| 230 | (name "ilmbase") | 230 | (name "ilmbase") |
| 231 | (version "2.2.1") | 231 | (version "2.3.0") |
| 232 | (source (origin | 232 | (source (origin |
| 233 | (method url-fetch) | 233 | (method url-fetch) |
| 234 | (uri (string-append "mirror://savannah/openexr/ilmbase-" | 234 | (uri (string-append "https://github.com/openexr/openexr/releases" |
| 235 | "/download/v" version "/ilmbase-" | ||
| 235 | version ".tar.gz")) | 236 | version ".tar.gz")) |
| 236 | (sha256 | 237 | (sha256 |
| 237 | (base32 | 238 | (base32 |
| 238 | "17k0hq19wplx9s029kjrq6c51x2ryrfmaavcappkd0g67gk0dhna")) | 239 | "0qiq5bqq9rxhqjiym2k36sx4vq8adgrz6xf6qwizi9bqm78phsa5")) |
| 239 | (patches (search-patches "ilmbase-fix-tests.patch")))) | 240 | (patches (search-patches "ilmbase-fix-tests.patch")))) |
| 240 | (build-system gnu-build-system) | 241 | (build-system gnu-build-system) |
| 241 | (home-page "http://www.openexr.com/") | 242 | (home-page "http://www.openexr.com/") |
