mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-magick: Update to 2.8.0.
* gnu/packages/cran.scm (r-magick): Update to 2.8.0.
This commit is contained in:
parent
6e74d7c1ee
commit
7141b41835
1 changed files with 2 additions and 2 deletions
|
@ -15293,14 +15293,14 @@ (define-public r-mixsqp
|
|||
(define-public r-magick
|
||||
(package
|
||||
(name "r-magick")
|
||||
(version "2.7.5")
|
||||
(version "2.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "magick" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18lxzszpd4x2l150wm762xh24zblrin3w734dkhis7mp74niddk9"))))
|
||||
"1al1apw9vgdl6ccm4nnpqpnya0pi2cfp62xii7dwnv7pd47m8fp8"))))
|
||||
(properties
|
||||
'((updater-extra-inputs . ("imagemagick"))))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue