guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libraw: Update to 0.19.3.


From: guix-commits
Subject: 02/05: gnu: libraw: Update to 0.19.3.
Date: Sat, 6 Jul 2019 19:18:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f4d562b008f939edb01673418872ab90ffd37e78
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 6 18:44:15 2019 +0200

    gnu: libraw: Update to 0.19.3.
    
    * gnu/packages/photo.scm (libraw): Update to 0.19.3.
---
 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 b8ac1ea..cf7da80 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -70,14 +70,14 @@
 (define-public libraw
   (package
     (name "libraw")
-    (version "0.19.2")
+    (version "0.19.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.libraw.org/data/LibRaw-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0i4nhjm5556xgn966x0i503ygk2wafq6z83kg0lisacjjab4f3a0"))))
+                "0xs1qb6pcvc4c43fy5xi3nkqxcif77gakkw99irf0fc5iccdd5px"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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