guix-commits
[Top][All Lists]
Advanced

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

181/215: gnu: r-bacon: Update to 1.12.0.


From: guix-commits
Subject: 181/215: gnu: r-bacon: Update to 1.12.0.
Date: Sun, 5 May 2019 18:16:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e33c25ff2c7cc60735cdc1fb5f72342fbc3f121c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:04:14 2019 +0200

    gnu: r-bacon: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-bacon): 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 2fda169..d9b128b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3263,14 +3263,14 @@ further downstream analysis on its output.")
 (define-public r-bacon
   (package
     (name "r-bacon")
-    (version "1.10.1")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "bacon" version))
        (sha256
         (base32
-         "1pd3p1cfggiy08458vplsy3s1zm5jqqcwrv4fks8ra2kf97j38df"))))
+         "1p6h348kwbsan6dwviclwxx02jcdmf580g5f95w2sgn4jnfv7q1q"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biocparallel" ,r-biocparallel)



reply via email to

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