guix-commits
[Top][All Lists]
Advanced

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

123/215: gnu: r-bayseq: Update to 2.18.0.


From: guix-commits
Subject: 123/215: gnu: r-bayseq: Update to 2.18.0.
Date: Sun, 5 May 2019 18:15:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c38de81594cc5922b45d5e4fb78a234a6a7f0494
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:55:20 2019 +0200

    gnu: r-bayseq: Update to 2.18.0.
    
    * gnu/packages/bioconductor.scm (r-bayseq): Update to 2.18.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 8770612..bb96ca7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1301,14 +1301,14 @@ respectively.")
 (define-public r-bayseq
   (package
     (name "r-bayseq")
-    (version "2.16.0")
+    (version "2.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "baySeq" version))
        (sha256
         (base32
-         "0f6yckihm5cwh3dycv2g54hf7nddhcqya4yrqwbir96y5k1d1km5"))))
+         "13lm7n5zqw8yg5sqb92h6ppcnr0l32qdgmv7i16pn32fb6z41p0w"))))
     (properties `((upstream-name . "baySeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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