guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: libraw: Update to 0.18.7.


From: Marius Bakke
Subject: 05/10: gnu: libraw: Update to 0.18.7.
Date: Thu, 1 Feb 2018 06:14:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 35737d1b6cfe43945a62810bbb0db92021fd85a5
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 1 11:32:04 2018 +0100

    gnu: libraw: Update to 0.18.7.
    
    * gnu/packages/photo.scm (libraw): Update to 0.18.7.
---
 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 d8a80ac..8d12ee6 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -67,14 +67,14 @@
 (define-public libraw
   (package
     (name "libraw")
-    (version "0.18.6")
+    (version "0.18.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.libraw.org/data/LibRaw-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fx5mwkg0rx37qgxnajc8g8i0mhc6822100ljay5g94aap5arf75"))))
+                "0wap67mb03fl2himbs20yncnnrr71mszsfm2v4spks58c714gqw7"))))
     (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]