guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: ilmbase: Update to 2.3.0.


From: Marius Bakke
Subject: 03/06: gnu: ilmbase: Update to 2.3.0.
Date: Mon, 3 Sep 2018 12:59:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1ae2c577a6c79ac2914e268ffca89459b196dcb2
Author: Marius Bakke <address@hidden>
Date:   Sat Sep 1 15:09:50 2018 +0200

    gnu: ilmbase: Update to 2.3.0.
    
    * gnu/packages/graphics.scm (ilmbase): Update to 2.3.0.
    [source](uri): Change to new download location.
---
 gnu/packages/graphics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 6632c9a..e5ec318 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -228,14 +228,15 @@ many more.")
 (define-public ilmbase
   (package
     (name "ilmbase")
-    (version "2.2.1")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://savannah/openexr/ilmbase-"
+              (uri (string-append "https://github.com/openexr/openexr/releases";
+                                  "/download/v" version "/ilmbase-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "17k0hq19wplx9s029kjrq6c51x2ryrfmaavcappkd0g67gk0dhna"))
+                "0qiq5bqq9rxhqjiym2k36sx4vq8adgrz6xf6qwizi9bqm78phsa5"))
               (patches (search-patches "ilmbase-fix-tests.patch"))))
     (build-system gnu-build-system)
     (home-page "http://www.openexr.com/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]