gnu: r-magick: Update to 2.8.1.
* gnu/packages/cran.scm (r-magick): Update to 2.8.1. Change-Id: Id8cbf2df9718cc8bddacee10c2e0433a308f46df
This commit is contained in:
parent
93903312d3
commit
d83a16c489
1 changed files with 2 additions and 2 deletions
|
@ -15416,14 +15416,14 @@ samples is large and the number of mixture components is not too large.")
|
||||||
(define-public r-magick
|
(define-public r-magick
|
||||||
(package
|
(package
|
||||||
(name "r-magick")
|
(name "r-magick")
|
||||||
(version "2.8.0")
|
(version "2.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "magick" version))
|
(uri (cran-uri "magick" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1al1apw9vgdl6ccm4nnpqpnya0pi2cfp62xii7dwnv7pd47m8fp8"))))
|
"13j55dwvcqbyqgx0c6vj9knqrz25pc2xz19f22b2gm0p307d3z6q"))))
|
||||||
(properties
|
(properties
|
||||||
'((updater-extra-inputs . ("imagemagick"))))
|
'((updater-extra-inputs . ("imagemagick"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue