guix-commits
[Top][All Lists]
Advanced

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

09/30: gnu: r-heatmaply: Update to 1.1.1.


From: guix-commits
Subject: 09/30: gnu: r-heatmaply: Update to 1.1.1.
Date: Sun, 30 Aug 2020 17:31:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c35973954f2f71dd45fc0f95a3f5efeb5b7a0280
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 30 23:28:11 2020 +0200

    gnu: r-heatmaply: Update to 1.1.1.
    
    * gnu/packages/cran.scm (r-heatmaply): Update to 1.1.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 6045367..699eb8e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5184,14 +5184,14 @@ functions to enforce symmetric scales or add tags to 
facetted plots.")
 (define-public r-heatmaply
   (package
     (name "r-heatmaply")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "heatmaply" version))
        (sha256
         (base32
-         "133q8ir45vhfxs2lnd96k97g21ihg2arfhp349kmk339pk32fcxz"))))
+         "02fv66h61y55bn5wrnlvhj7v6xwqs3pddyp3jgk554s1zv4qs2fr"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)



reply via email to

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