guix-commits
[Top][All Lists]
Advanced

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

156/289: gnu: r-bigmelon: Update to 1.16.0.


From: guix-commits
Subject: 156/289: gnu: r-bigmelon: Update to 1.16.0.
Date: Fri, 6 Nov 2020 18:04:48 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit e20220d4b3960de3a83bd2f29143087389862892
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:54:56 2020 +0100

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



reply via email to

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