mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-tiff: Update to 0.1-10.
* gnu/packages/cran.scm (r-tiff): Update to 0.1-10.
This commit is contained in:
parent
8f32025fcb
commit
4d6d0d2c04
1 changed files with 2 additions and 2 deletions
|
@ -12871,14 +12871,14 @@ (define-public r-fftwtools
|
|||
(define-public r-tiff
|
||||
(package
|
||||
(name "r-tiff")
|
||||
(version "0.1-8")
|
||||
(version "0.1-10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tiff" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18m17g5q3nz4v4wrqxnb129b1j02873g2vknddczkklf1pvq4x2b"))))
|
||||
"1zha6bzb1rmfl6n2xjkygs9wfi3ah9cjr7a6jzk4zqc5kvl58lak"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("libtiff" ,libtiff)
|
||||
|
|
Loading…
Reference in a new issue