guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: IlmBase, OpenEXR: Update to 2.4.1.


From: guix-commits
Subject: 06/06: gnu: IlmBase, OpenEXR: Update to 2.4.1.
Date: Thu, 13 Feb 2020 11:02:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 40bea7f9b26644f45c2832026b69ceaee033923f
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 22:21:21 2020 +0100

    gnu: IlmBase, OpenEXR: Update to 2.4.1.
    
    * gnu/packages/graphics.scm (ilmbase): Update to 2.4.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 bcdc372..a7ea619 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -330,7 +330,7 @@ many more.")
 (define-public ilmbase
   (package
     (name "ilmbase")
-    (version "2.4.0")
+    (version "2.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -339,7 +339,7 @@ many more.")
               (file-name (git-file-name "ilmbase" version))
               (sha256
                (base32
-                "0g3rz11cvb7gnphp2np9z7bfl7v4dprq4w5hnsvx7yrasgsdyn8s"))
+                "020gyl8zv83ag6gbcchmqiyx9rh2jca7j8n52zx1gk4rck7kwc01"))
               (patches (search-patches "ilmbase-fix-tests.patch"
                                        "ilmbase-openexr-pkg-config.patch"))))
     (build-system cmake-build-system)



reply via email to

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