gnu: r-magick: Update to 2.7.4.
* gnu/packages/cran.scm (r-magick): Update to 2.7.4.
This commit is contained in:
parent
de6f3bf542
commit
473340074e
1 changed files with 2 additions and 2 deletions
|
@ -14013,14 +14013,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.7.3")
|
(version "2.7.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "magick" version))
|
(uri (cran-uri "magick" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h942bn7wfnzbbgq9hrs75c7igmg5r1c5sad2v0znhza4cp7p1w3"))))
|
"0bzhx0hyhh2zbc8fsqz3xkwla3lxwms9q2ph9jgc3y4hfmrng3g2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list imagemagick zlib))
|
(list imagemagick zlib))
|
||||||
|
|
Reference in a new issue