gnu: libraw: Update to 0.18.8.

* gnu/packages/photo.scm (libraw): Update to 0.18.8.
This commit is contained in:
Marius Bakke 2018-02-24 20:29:50 +01:00
parent cd5e084342
commit e8ee100e8e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -67,14 +67,14 @@ (define-module (gnu packages photo)
(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")