me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-tiff): Update to 0.1-12.

Change-Id: I30e24739912e665bff56ec68ba43b6c94dc7bfba
Ricardo Wurmus 2023-12-15 12:16:57 +01:00
parent e06c8a51ee
commit c9dcb314a4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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