guix-commits
[Top][All Lists]
Advanced

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

27/96: gnu: r-heatmaply: Update to 1.2.1.


From: guix-commits
Subject: 27/96: gnu: r-heatmaply: Update to 1.2.1.
Date: Wed, 10 Feb 2021 19:06:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ce6c3c191612fd25c58289e51ef82ce00422fd3e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:53:22 2021 +0100

    gnu: r-heatmaply: Update to 1.2.1.
    
    * gnu/packages/cran.scm (r-heatmaply): Update to 1.2.1.
---
 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 2e46e9f..79726fe 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5834,14 +5834,14 @@ functions to enforce symmetric scales or add tags to 
facetted plots.")
 (define-public r-heatmaply
   (package
     (name "r-heatmaply")
-    (version "1.1.1")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "heatmaply" version))
        (sha256
         (base32
-         "02fv66h61y55bn5wrnlvhj7v6xwqs3pddyp3jgk554s1zv4qs2fr"))))
+         "0hspfkninwy62sf8gkdcsvwnvl66bbnjs2dpah9rr95a3rsgdp9d"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)



reply via email to

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