guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openimageio: Update to 1.7.19.


From: Leo Famulari
Subject: 01/01: gnu: openimageio: Update to 1.7.19.
Date: Wed, 13 Jun 2018 00:32:12 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3a30ae05ae0765294525be296589356a058b66ef
Author: Leo Famulari <address@hidden>
Date:   Tue Jun 12 23:28:53 2018 -0400

    gnu: openimageio: Update to 1.7.19.
    
    * gnu/packages/graphics.scm (openimageio): Update to 1.7.19.
---
 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 439170c..52f7ff3 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -373,7 +373,7 @@ storage of the \"EXR\" file format for storing 16-bit 
floating-point images.")
 (define-public openimageio
   (package
     (name "openimageio")
-    (version "1.6.15")
+    (version "1.7.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/OpenImageIO/oiio/";
@@ -381,7 +381,7 @@ storage of the \"EXR\" file format for storing 16-bit 
floating-point images.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "144crq0205d0w5aq4iglh2rhzf54a8rv3pksy6d533b75w5d7rq7"))))
+                "1qlmfhvl2wva4aifyiq7c4sdy61ddl7wykwvlpfys9p701xghvj7"))))
     (build-system cmake-build-system)
     ;; FIXME: To run all tests successfully, test image sets from multiple
     ;; third party sources have to be present.  For details see



reply via email to

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