guix-commits
[Top][All Lists]
Advanced

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

181/265: gnu: r-watermelon: Update to 1.30.0.


From: guix-commits
Subject: 181/265: gnu: r-watermelon: Update to 1.30.0.
Date: Sun, 15 Dec 2019 09:40:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9eade2294efe19ab52725273cce3c4dc45bc02aa
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:19:36 2019 +0100

    gnu: r-watermelon: Update to 1.30.0.
    
    * gnu/packages/bioconductor.scm (r-watermelon): Update to 1.30.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a079244..88421df 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6001,14 +6001,14 @@ data.")
 (define-public r-watermelon
   (package
     (name "r-watermelon")
-    (version "1.28.0")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "wateRmelon" version))
        (sha256
         (base32
-         "0354ahmfvhqw3yfp17rmz35vlgjp262n4q3hr8qyccyrnk2dz17z"))))
+         "0a66fq04yph9dis91lzjk9kh134zy6fj98yklrwf24r1080qngx0"))))
     (properties `((upstream-name . "wateRmelon")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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