gnu: IlmBase, OpenEXR: Update to 2.4.1.
authorMarius Bakke <mbakke@fastmail.com>
Wed, 12 Feb 2020 21:21:21 +0000 (22:21 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Thu, 13 Feb 2020 15:47:23 +0000 (16:47 +0100)
* gnu/packages/graphics.scm (ilmbase): Update to 2.4.1.

gnu/packages/graphics.scm

index bcdc372..a7ea619 100644 (file)
@@ -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)