guix-commits
[Top][All Lists]
Advanced

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

51/150: gnu: r-magick: Update to 2.6.0.


From: guix-commits
Subject: 51/150: gnu: r-magick: Update to 2.6.0.
Date: Wed, 20 Jan 2021 11:20:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0ba6b55312dbd3bdc8ae8c41a70d90ed51657115
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:09:52 2021 +0100

    gnu: r-magick: Update to 2.6.0.
    
    * gnu/packages/cran.scm (r-magick): Update to 2.6.0.
---
 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 8842807..88fa13a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8912,14 +8912,14 @@ samples is large and the number of mixture components 
is not too large.")
 (define-public r-magick
   (package
     (name "r-magick")
-    (version "2.5.2")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "magick" version))
        (sha256
         (base32
-         "0myvryya7b4bbw0hs4jqflrbdffmg78kz28gbybw3yc7zwc7sqxx"))))
+         "1k4fqhxh2ppynl56fs044wpn4wk6gbv6lwp2x4x7j67zwcv56n36"))))
     (build-system r-build-system)
     (inputs
      `(("imagemagick" ,imagemagick)



reply via email to

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