me
/
guix
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
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
1 changed files with 2 additions and 2 deletions

View File

@ -15416,14 +15416,14 @@ samples is large and the number of mixture components is not too large.")
(define-public r-magick
(package
(name "r-magick")
(version "2.8.0")
(version "2.8.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "magick" version))
(sha256
(base32
"1al1apw9vgdl6ccm4nnpqpnya0pi2cfp62xii7dwnv7pd47m8fp8"))))
"13j55dwvcqbyqgx0c6vj9knqrz25pc2xz19f22b2gm0p307d3z6q"))))
(properties
'((updater-extra-inputs . ("imagemagick"))))
(build-system r-build-system)