gnu: LibRaw: Update to 1.19.5.

* gnu/packages/photo.scm (libraw): Update to 0.19.5.
This commit is contained in:
Marius Bakke 2019-09-04 20:25:38 +02:00
parent 5ec7c4a153
commit 1a22a234df
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 (define-public libraw
(package (package
(name "libraw") (name "libraw")
(version "0.19.4") (version "0.19.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.libraw.org/data/LibRaw-" (uri (string-append "https://www.libraw.org/data/LibRaw-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"07wnzw9k3mwdq9dmpmg94al3ksc065kskfbxkknnmhvrsv2iri8k")))) "1x827sh6vl8j3ll2ihkcr234y07f31hi1v7sl08jfw3irkbn58j0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))