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 @@ 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.8.2")
|
(version "2.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "magick" version))
|
(uri (cran-uri "magick" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15ja7f46f77a67wmzqfaxvhmvvzgb9yj92p2if5di7i61vlmnid1"))))
|
"0yf08ns5qgqi2bzvxvawip521ji2rgvvfrhj747zb6ci5qnm4awk"))))
|
||||||
(properties
|
(properties
|
||||||
'((updater-extra-inputs . ("imagemagick"))))
|
'((updater-extra-inputs . ("imagemagick"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue