guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ilmbase: Update to 2.2.1.


From: Leo Famulari
Subject: 02/02: gnu: ilmbase: Update to 2.2.1.
Date: Wed, 3 Jan 2018 17:16:52 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 690c9c18a55c8c365f34c0052927c7d64e4cf015
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 3 13:46:58 2018 -0500

    gnu: ilmbase: Update to 2.2.1.
    
    * gnu/packages/graphics.scm (ilmbase): Update to 2.2.1.
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index e99ce33..c47455c 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -214,14 +214,14 @@ many more.")
 (define-public ilmbase
   (package
     (name "ilmbase")
-    (version "2.2.0")
+    (version "2.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/openexr/ilmbase-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1izddjwbh1grs8080vmaix72z469qy29wrvkphgmqmcm0sv1by7c"))
+                "17k0hq19wplx9s029kjrq6c51x2ryrfmaavcappkd0g67gk0dhna"))
               (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]