rekado pushed a commit to branch master in repository guix. commit 473340074e8f4ceec43663940916f49b8225fd6d Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Sun Mar 19 14:44:27 2023 +0100
gnu: r-magick: Update to 2.7.4. * gnu/packages/cran.scm (r-magick): Update to 2.7.4. --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ceb3698d1d..411fe26501 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14013,14 +14013,14 @@ samples is large and the number of mixture components is not too large.") (define-public r-magick (package (name "r-magick") - (version "2.7.3") + (version "2.7.4") (source (origin (method url-fetch) (uri (cran-uri "magick" version)) (sha256 (base32 - "0h942bn7wfnzbbgq9hrs75c7igmg5r1c5sad2v0znhza4cp7p1w3")))) + "0bzhx0hyhh2zbc8fsqz3xkwla3lxwms9q2ph9jgc3y4hfmrng3g2")))) (build-system r-build-system) (inputs (list imagemagick zlib))