diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-08-16 18:33:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-08-17 21:54:17 +0200 |
commit | 6a8342c82c357a1e7338be64a14e567263940d72 (patch) | |
tree | 3ec5b32932b464191b68d267170fc478b062ec4e | |
parent | bc0e7fa01fef5809ebdb4ae3308df98f35399d87 (diff) | |
download | guix-6a8342c82c357a1e7338be64a14e567263940d72.tar.gz guix-6a8342c82c357a1e7338be64a14e567263940d72.zip |
gnu: r-magick: Update to 2.8.4.
* gnu/packages/cran.scm (r-magick): Update to 2.8.4.
Change-Id: I0d40316574e0a302546980a00a339dd73f8bcf41
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 54a3ab24a8..bd620b9470 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -17338,14 +17338,14 @@ samples is large and the number of mixture components is not too large.") (define-public r-magick (package (name "r-magick") - (version "2.8.3") + (version "2.8.4") (source (origin (method url-fetch) (uri (cran-uri "magick" version)) (sha256 (base32 - "0yf08ns5qgqi2bzvxvawip521ji2rgvvfrhj747zb6ci5qnm4awk")))) + "02pa6kkymj4idawnffqk2fn6zgkw33ib6541vclvg5hd1wvh7j25")))) (properties '((updater-extra-inputs . ("imagemagick")))) (build-system r-build-system) |