guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/15: gnu: r-magick: Update to 2.8.3.


From: guix-commits
Subject: 11/15: gnu: r-magick: Update to 2.8.3.
Date: Mon, 19 Feb 2024 06:45:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ae1f9bf605ef0f5a9f33f142d7b7a0b28c40259d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 19 12:27:52 2024 +0100

    gnu: r-magick: Update to 2.8.3.
    
    * gnu/packages/cran.scm (r-magick): Update to 2.8.3.
    
    Change-Id: Iec4535cc1baf5767ebff6ffc9d18d67b4e305e30
---
 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 9e5190cbb0..31d84178d5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16401,14 +16401,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.2")
+    (version "2.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "magick" version))
        (sha256
         (base32
-         "15ja7f46f77a67wmzqfaxvhmvvzgb9yj92p2if5di7i61vlmnid1"))))
+         "0yf08ns5qgqi2bzvxvawip521ji2rgvvfrhj747zb6ci5qnm4awk"))))
     (properties
      '((updater-extra-inputs . ("imagemagick"))))
     (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]