gnu: r-magick: Update to 2.7.5.
* gnu/packages/cran.scm (r-magick): Update to 2.7.5. [properties]: Protect imagemagick input from updater. [inputs]: Add pcre2.
This commit is contained in:
parent
382eba2656
commit
cce45c2c0d
1 changed files with 5 additions and 3 deletions
|
@ -15235,17 +15235,19 @@ 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.4")
|
(version "2.7.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "magick" version))
|
(uri (cran-uri "magick" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bzhx0hyhh2zbc8fsqz3xkwla3lxwms9q2ph9jgc3y4hfmrng3g2"))))
|
"18lxzszpd4x2l150wm762xh24zblrin3w734dkhis7mp74niddk9"))))
|
||||||
|
(properties
|
||||||
|
'((updater-extra-inputs . ("imagemagick"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list imagemagick zlib))
|
(list imagemagick pcre2 zlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-curl r-magrittr r-rcpp))
|
(list r-curl r-magrittr r-rcpp))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue