me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-tiff): Update to 0.1-11.
master
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
1 changed files with 2 additions and 2 deletions

View File

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