guix-commits
[Top][All Lists]
Advanced

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

260/296: gnu: r-bigmelon: Update to 1.14.0.


From: guix-commits
Subject: 260/296: gnu: r-bigmelon: Update to 1.14.0.
Date: Fri, 12 Jun 2020 19:30:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8112796db1c255a0b6554dfbd2e5a277666a9bf5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:02:59 2020 +0200

    gnu: r-bigmelon: Update to 1.14.0.
    
    * gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.14.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 4d6ae76..970d4af 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6732,14 +6732,14 @@ with multiple R processes supported by the package 
@code{parallel}.")
 (define-public r-bigmelon
   (package
     (name "r-bigmelon")
-    (version "1.12.0")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "bigmelon" version))
        (sha256
         (base32
-         "0sw7rp4p03m1s72b4j06jfb7as3v1n2w2z4ppk8s4f80fb05bcls"))))
+         "1cryjhbiacm45g097rpqgbva49hs5vdx4y4h5h2v1gw4k78hwb4y"))))
     (properties `((upstream-name . "bigmelon")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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