summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-19 14:44:27 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-03-19 16:11:55 +0100
commit473340074e8f4ceec43663940916f49b8225fd6d (patch)
tree4dd402c1504910f98cfce6afabbefa17489d6d24
parentde6f3bf542de0734c9adf369bcb633e9c51b2d28 (diff)
downloadguix-473340074e8f4ceec43663940916f49b8225fd6d.tar.gz
gnu: r-magick: Update to 2.7.4.
* gnu/packages/cran.scm (r-magick): Update to 2.7.4.
-rw-r--r--gnu/packages/cran.scm4
1 files 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))