me
/
guix
Archived
1
0
Fork 0

gnu: r-magick: Update to 2.7.1.

* gnu/packages/cran.scm (r-magick): Update to 2.7.1.
master
Ricardo Wurmus 2021-04-08 02:25:53 +02:00
parent 60f6aa20e9
commit f1d038bd0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9668,14 +9668,14 @@ samples is large and the number of mixture components is not too large.")
(define-public r-magick
(package
(name "r-magick")
(version "2.7.0")
(version "2.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "magick" version))
(sha256
(base32
"0m1kij6pp7dmsrhl80h60iyccjqmbbb3zdnqdc9sgy1kj1x3pscp"))))
"16svy84dq25g69axqgympsrh8dzssa1w3zz08zc8m6nprr3jqwqf"))))
(build-system r-build-system)
(inputs
`(("imagemagick" ,imagemagick)