mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Remove libraw-0.18.
* gnu/packages/photo.scm (libraw-0.18): Delete unused old version. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
c9f96fba9c
commit
d51cc7ec72
1 changed files with 0 additions and 11 deletions
|
@ -204,17 +204,6 @@ (define-public libraw
|
|||
;; both two licensing modes for your changes/additions."
|
||||
(license (list license:lgpl2.1 license:cddl1.0))))
|
||||
|
||||
(define-public libraw-0.18
|
||||
(package (inherit libraw)
|
||||
(name "libraw")
|
||||
(version "0.18.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.libraw.org/data/LibRaw-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap"))))))
|
||||
|
||||
(define-public libexif
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue