mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-magick: Update to 2.8.3.
* gnu/packages/cran.scm (r-magick): Update to 2.8.3. Change-Id: Iec4535cc1baf5767ebff6ffc9d18d67b4e305e30
This commit is contained in:
parent
f8c344d8fc
commit
ae1f9bf605
1 changed files with 2 additions and 2 deletions
|
@ -16401,14 +16401,14 @@ (define-public r-mixsqp
|
|||
(define-public r-magick
|
||||
(package
|
||||
(name "r-magick")
|
||||
(version "2.8.2")
|
||||
(version "2.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "magick" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15ja7f46f77a67wmzqfaxvhmvvzgb9yj92p2if5di7i61vlmnid1"))))
|
||||
"0yf08ns5qgqi2bzvxvawip521ji2rgvvfrhj747zb6ci5qnm4awk"))))
|
||||
(properties
|
||||
'((updater-extra-inputs . ("imagemagick"))))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue