guix-commits
[Top][All Lists]
Advanced

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

155/288: gnu: r-bigmelon: Update to 1.16.0.


From: guix-commits
Subject: 155/288: gnu: r-bigmelon: Update to 1.16.0.
Date: Thu, 19 Nov 2020 10:23:22 -0500 (EST)

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

commit c1405d03ab3c9d83741ccdfa5a5c5f8bb618aec8
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 14b93c6..fb5647d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6773,14 +6773,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]