guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: libraw: Update to 0.18.12 [security fixes].


From: Marius Bakke
Subject: 06/06: gnu: libraw: Update to 0.18.12 [security fixes].
Date: Mon, 11 Jun 2018 12:15:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ff3fd839692e56e3987bd9a9f1f673b68b656bc1
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 11 18:08:21 2018 +0200

    gnu: libraw: Update to 0.18.12 [security fixes].
    
    * gnu/packages/photo.scm (libraw): Update to 0.18.12.
---
 gnu/packages/photo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index f2d3d60..99bc90e 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -69,14 +69,14 @@
 (define-public libraw
   (package
     (name "libraw")
-    (version "0.18.11")
+    (version "0.18.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.libraw.org/data/LibRaw-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07a7k83hx7icahh6jaxfbd7pw5jjm5i11xcqjj31b28d1aj29xvw"))))
+                "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap"))))
     (build-system gnu-build-system)
     (home-page "https://www.libraw.org";)
     (synopsis "Raw image decoder")



reply via email to

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