mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: libraw: Update to 0.18.2.
* gnu/packages/photo.scm (libraw): Update to 0.18.2. [source, home-page]: Use https.
This commit is contained in:
parent
0e4d822e3f
commit
fe535d81ae
1 changed files with 4 additions and 4 deletions
|
@ -65,16 +65,16 @@ (define-module (gnu packages photo)
|
|||
(define-public libraw
|
||||
(package
|
||||
(name "libraw")
|
||||
(version "0.17.2")
|
||||
(version "0.18.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.libraw.org/data/LibRaw-"
|
||||
(uri (string-append "https://www.libraw.org/data/LibRaw-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p6imxpsfn82i0i9w27fnzq6q6gwzvb9f7sygqqakv36fqnc9c4j"))))
|
||||
"1imby9x88pjx4ad1frdi3bfb8dw90ccyj5pb6w3i6i0iijrnndnf"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://www.libraw.org")
|
||||
(home-page "https://www.libraw.org")
|
||||
(synopsis "Raw image decoder")
|
||||
(description
|
||||
"LibRaw is a library for reading RAW files obtained from digital photo
|
||||
|
|
Loading…
Reference in a new issue