1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 19:21:24 +02:00

gnu: r-imager: Update to 0.42.7.

* gnu/packages/cran.scm (r-imager): Update to 0.42.7.
This commit is contained in:
Ricardo Wurmus
2021-03-09 21:40:53 +01:00
parent 8bf21d4076
commit 61967afbc5

View File

@@ -20871,14 +20871,14 @@ number embedded in the file rather than the file extension.")
(define-public r-imager
(package
(name "r-imager")
(version "0.42.3")
(version "0.42.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "imager" version))
(sha256
(base32
"1wxvbv803222gjrf1ys6a349xlnmmdw3kqgi93piq9gq7lahihvg"))))
"1dq0rblnrmnk689bcdmml179gk9lff8x92s2npkjllgjq5q2vfpd"))))
(properties `((upstream-name . "imager")))
(build-system r-build-system)
(inputs