Archived
1
0
Fork 0

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:
Ricardo Wurmus 2023-10-25 16:57:37 +02:00
parent 93903312d3
commit d83a16c489
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)