me
/
guix
Archived
1
0
Fork 0

gnu: r-magick: Update to 2.8.2.

* gnu/packages/cran.scm (r-magick): Update to 2.8.2.

Change-Id: Ibdba20895ea4934b047ec1cc463a7edd3e46806c
master
Ricardo Wurmus 2023-12-28 00:44:32 +01:00
parent 3039dbf453
commit b73b056abb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15962,14 +15962,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.1")
(version "2.8.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "magick" version))
(sha256
(base32
"13j55dwvcqbyqgx0c6vj9knqrz25pc2xz19f22b2gm0p307d3z6q"))))
"15ja7f46f77a67wmzqfaxvhmvvzgb9yj92p2if5di7i61vlmnid1"))))
(properties
'((updater-extra-inputs . ("imagemagick"))))
(build-system r-build-system)