3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-imager: Update to 0.42.16.

* gnu/packages/cran.scm (r-imager): Update to 0.42.16.
This commit is contained in:
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

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