me
/
guix
Archived
1
0
Fork 0

gnu: r-magick: Update to 2.6.0.

* gnu/packages/cran.scm (r-magick): Update to 2.6.0.
master
Ricardo Wurmus 2021-01-20 17:09:52 +01:00
parent dcfeae7d9e
commit 0ba6b55312
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8912,14 +8912,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.5.2") (version "2.6.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
"0myvryya7b4bbw0hs4jqflrbdffmg78kz28gbybw3yc7zwc7sqxx")))) "1k4fqhxh2ppynl56fs044wpn4wk6gbv6lwp2x4x7j67zwcv56n36"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("imagemagick" ,imagemagick) `(("imagemagick" ,imagemagick)