Skip to content
Snippets Groups Projects
Unverified Commit 8d397545 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: libraw: Update to 0.18.4.

* gnu/packages/photo.scm (libraw): Update to 0.18.4.
parent 40c26533
No related branches found
No related tags found
No related merge requests found
...@@ -65,14 +65,14 @@ (define-module (gnu packages photo) ...@@ -65,14 +65,14 @@ (define-module (gnu packages photo)
(define-public libraw (define-public libraw
(package (package
(name "libraw") (name "libraw")
(version "0.18.2") (version "0.18.4")
(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
"1imby9x88pjx4ad1frdi3bfb8dw90ccyj5pb6w3i6i0iijrnndnf")))) "15qc7g5y1m6yi6w9ia79cd6yk0836z7lqw5yigl62n768qdr7x7a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.libraw.org") (home-page "https://www.libraw.org")
(synopsis "Raw image decoder") (synopsis "Raw image decoder")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment