gnu: libraw: Update to 0.19.3.

* gnu/packages/photo.scm (libraw): Update to 0.19.3.
This commit is contained in:
Marius Bakke 2019-07-06 18:44:15 +02:00
parent e9cb6edd06
commit f4d562b008
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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