diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-16 15:44:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-17 01:01:59 +0200 |
commit | 0a0d6f479fcd8c132b1457c51358061e0788f46e (patch) | |
tree | b427a3e965809c6615e17d73398ea9e0afc8814f /gnu/packages/photo.scm | |
parent | 9a2ac95d7623f083420ceb27d034a79b2e739b58 (diff) | |
download | patches-0a0d6f479fcd8c132b1457c51358061e0788f46e.tar patches-0a0d6f479fcd8c132b1457c51358061e0788f46e.tar.gz |
gnu: libraw: Update to 0.18.11.
* gnu/packages/photo.scm (libraw): Update to 0.18.11.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r-- | gnu/packages/photo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 348ac1df62..6c3c116ef6 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -69,14 +69,14 @@ (define-public libraw (package (name "libraw") - (version "0.18.10") + (version "0.18.11") (source (origin (method url-fetch) (uri (string-append "https://www.libraw.org/data/LibRaw-" version ".tar.gz")) (sha256 (base32 - "0klrzg1cn8ksxqbhx52dldi5bbmad190npnhhgkyr2jzpgrbpj88")))) + "07a7k83hx7icahh6jaxfbd7pw5jjm5i11xcqjj31b28d1aj29xvw")))) (build-system gnu-build-system) (home-page "https://www.libraw.org") (synopsis "Raw image decoder") |