mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-magick: Update to 2.8.2.
* gnu/packages/cran.scm (r-magick): Update to 2.8.2. Change-Id: Ibdba20895ea4934b047ec1cc463a7edd3e46806c
This commit is contained in:
parent
3039dbf453
commit
b73b056abb
1 changed files with 2 additions and 2 deletions
|
@ -15962,14 +15962,14 @@ (define-public r-mixsqp
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue