gnu: libraw: Update to 0.18.6.

* gnu/packages/photo.scm (libraw): Update to 0.18.6.
master
Marius Bakke 2017-12-07 15:59:12 +01:00
parent 581a006b55
commit 0e7cb137c6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -65,14 +65,14 @@
(define-public libraw
(package
(name "libraw")
(version "0.18.5")
(version "0.18.6")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libraw.org/data/LibRaw-"
version ".tar.gz"))
(sha256
(base32
"0y519nlvl4bfnnxbwry35f6gbcv6jbbpd2lmiwv6pbyzv4a7saps"))))
"0fx5mwkg0rx37qgxnajc8g8i0mhc6822100ljay5g94aap5arf75"))))
(build-system gnu-build-system)
(home-page "https://www.libraw.org")
(synopsis "Raw image decoder")