gnu: r-magick: Update to 2.5.0.
* gnu/packages/cran.scm (r-magick): Update to 2.5.0.
This commit is contained in:
parent
7fba2d41f5
commit
da1c6af00d
1 changed files with 2 additions and 2 deletions
|
@ -8603,14 +8603,14 @@ multiple-imputation datasets.")
|
||||||
(define-public r-magick
|
(define-public r-magick
|
||||||
(package
|
(package
|
||||||
(name "r-magick")
|
(name "r-magick")
|
||||||
(version "2.4.0")
|
(version "2.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "magick" version))
|
(uri (cran-uri "magick" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y1p2blkg0h6061ay7mdwssxbswgrc25raffp6d8d9cqhdmsa72s"))))
|
"1fhwr34xff6793ifbzqmij8b8qg7hrnr4birqpg33ib0mdd6flkf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("imagemagick" ,imagemagick)
|
`(("imagemagick" ,imagemagick)
|
||||||
|
|
Reference in a new issue