guix-commits
[Top][All Lists]
Advanced

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

179/265: gnu: r-bigmelon: Update to 1.12.0.


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

rekado pushed a commit to branch master
in repository guix.

commit 8b941a50efac6caafd92e2be2715d46a7a554d9e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:19:18 2019 +0100

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



reply via email to

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