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

* gnu/packages/cran.scm (r-tiff): Update to 0.1-11.
This commit is contained in:
Ricardo Wurmus 2022-02-01 17:01:31 +01:00
parent 469e86f368
commit b78d388b3b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -12894,14 +12894,14 @@ redundant complex conjugate when the input is real data.")
(define-public r-tiff
(package
(name "r-tiff")
(version "0.1-10")
(version "0.1-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "tiff" version))
(sha256
(base32
"1zha6bzb1rmfl6n2xjkygs9wfi3ah9cjr7a6jzk4zqc5kvl58lak"))))
"0xgc7vyndxxahfhc2qqzmwi56bnfyl0pn72l820jz5sd24aymhxq"))))
(build-system r-build-system)
(inputs
(list libtiff libjpeg-turbo zlib))