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.2.


From: Efraim Flashner
Subject: 01/01: gnu: libraw: Update to 0.18.2.
Date: Tue, 22 Aug 2017 10:01:29 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fe535d81ae520f47f5ef5ef5a69645dc45d14d6c
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 22 16:54:29 2017 +0300

    gnu: libraw: Update to 0.18.2.
    
    * gnu/packages/photo.scm (libraw): Update to 0.18.2.
    [source, home-page]: Use https.
---
 gnu/packages/photo.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 7cfbe2f..2378acd 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -65,16 +65,16 @@
 (define-public libraw
   (package
     (name "libraw")
-    (version "0.17.2")
+    (version "0.18.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.libraw.org/data/LibRaw-";
+              (uri (string-append "https://www.libraw.org/data/LibRaw-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0p6imxpsfn82i0i9w27fnzq6q6gwzvb9f7sygqqakv36fqnc9c4j"))))
+                "1imby9x88pjx4ad1frdi3bfb8dw90ccyj5pb6w3i6i0iijrnndnf"))))
     (build-system gnu-build-system)
-    (home-page "http://www.libraw.org";)
+    (home-page "https://www.libraw.org";)
     (synopsis "Raw image decoder")
     (description
      "LibRaw is a library for reading RAW files obtained from digital photo



reply via email to

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