guix-commits
[Top][All Lists]
Advanced

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

13/151: gnu: r-bayseq: Update to 2.16.0.


From: Ricardo Wurmus
Subject: 13/151: gnu: r-bayseq: Update to 2.16.0.
Date: Wed, 7 Nov 2018 06:28:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4728e2751168eda6b2e211c9c74be21c22fe6f6b
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:46:58 2018 +0100

    gnu: r-bayseq: Update to 2.16.0.
    
    * gnu/packages/bioconductor.scm (r-bayseq): Update to 2.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 368691d..8273364 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -559,14 +559,14 @@ respectively.")
 (define-public r-bayseq
   (package
     (name "r-bayseq")
-    (version "2.14.0")
+    (version "2.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "baySeq" version))
        (sha256
         (base32
-         "0hbmm01a8libara9mbxknpk0wzarwfngnfwlmhpww91a0cmy5klg"))))
+         "0f6yckihm5cwh3dycv2g54hf7nddhcqya4yrqwbir96y5k1d1km5"))))
     (properties `((upstream-name . "baySeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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