guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libraw: Update to 0.18.8.


From: Marius Bakke
Subject: 01/01: gnu: libraw: Update to 0.18.8.
Date: Sat, 24 Feb 2018 15:47:30 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e8ee100e8eb46224d5549dffc707cfeb96ad0e21
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 24 20:29:50 2018 +0100

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