mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-tiff: Update to 0.1-8.
* gnu/packages/cran.scm (r-tiff): Update to 0.1-8. [native-inputs]: Add pkg-config.
This commit is contained in:
parent
3626d06745
commit
d47d3c9c9f
1 changed files with 4 additions and 2 deletions
|
@ -11702,19 +11702,21 @@ (define-public r-fftwtools
|
|||
(define-public r-tiff
|
||||
(package
|
||||
(name "r-tiff")
|
||||
(version "0.1-7")
|
||||
(version "0.1-8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tiff" version))
|
||||
(sha256
|
||||
(base32
|
||||
"101n6x70fr1dhcwx53g3s8q1j4wh93y0388v1s1316f8558rxqxh"))))
|
||||
"18m17g5q3nz4v4wrqxnb129b1j02873g2vknddczkklf1pvq4x2b"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("libtiff" ,libtiff)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://www.rforge.net/tiff/")
|
||||
(synopsis "Read and write TIFF images")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue