me
/
guix
Archived
1
0
Fork 0

gnu: r-imager: Update to 0.42.16.

* gnu/packages/cran.scm (r-imager): Update to 0.42.16.
Ricardo Wurmus 2022-12-19 17:07:26 +01:00
parent eddf2dbb25
commit c6b2b5fb57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25431,14 +25431,14 @@ number embedded in the file rather than the file extension.")
(define-public r-imager
(package
(name "r-imager")
(version "0.42.13")
(version "0.42.16")
(source
(origin
(method url-fetch)
(uri (cran-uri "imager" version))
(sha256
(base32
"0zygnmxwbbmj5i2l2affzdz90xvsa7b5pbkzkhjbm40is69rh2nr"))))
"00q2v000xanp03bzscmj3q9qnlhc97b1lgr4l19s9jmbf0hf9c5c"))))
(properties `((upstream-name . "imager")))
(build-system r-build-system)
(inputs