gnu: r-tiff: Update to 0.1-6.

* gnu/packages/cran.scm (r-tiff): Update to 0.1-6.
This commit is contained in:
Ricardo Wurmus 2020-12-09 21:58:36 +01:00
parent a2a6466db8
commit 7fc054b050
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -10783,14 +10783,14 @@ redundant complex conjugate when the input is real data.")
(define-public r-tiff
(package
(name "r-tiff")
(version "0.1-5")
(version "0.1-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "tiff" version))
(sha256
(base32
"0asf2bws3x3yd3g3ixvk0f86b0mdf882pl8xrqlxrkbgjalyc54m"))))
"1yy4im2lwzhjnnkfwxgkknsajvm83pcwaf370pkgfva2db0xjfv2"))))
(build-system r-build-system)
(inputs
`(("libtiff" ,libtiff)