gnu: LibRaw: Update to 0.19.4.

* gnu/packages/photo.scm (libraw): Update to 0.19.4.
This commit is contained in:
Marius Bakke 2019-08-08 17:20:59 +02:00
parent 7ef25083f0
commit bd12be346b
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.3")
(version "0.19.4")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libraw.org/data/LibRaw-"
version ".tar.gz"))
(sha256
(base32
"0xs1qb6pcvc4c43fy5xi3nkqxcif77gakkw99irf0fc5iccdd5px"))))
"07wnzw9k3mwdq9dmpmg94al3ksc065kskfbxkknnmhvrsv2iri8k"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))