guix-commits
[Top][All Lists]
Advanced

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

435/457: gnu: r-bsseq: Update to 1.34.0.


From: guix-commits
Subject: 435/457: gnu: r-bsseq: Update to 1.34.0.
Date: Thu, 24 Nov 2022 06:37:54 -0500 (EST)

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

commit c2c91d9dfe9b767f3a808aaefd87c3f31a808383
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:34 2022 +0100

    gnu: r-bsseq: Update to 1.34.0.
    
    * gnu/packages/bioconductor.scm (r-bsseq): Update to 1.34.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 857ede1403..752662fb93 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17907,14 +17907,14 @@ ensemble machine learning for the estimation of 
nuisance functions.")
 (define-public r-bsseq
   (package
     (name "r-bsseq")
-    (version "1.32.0")
+    (version "1.34.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "bsseq" version))
        (sha256
         (base32
-         "1jpfib2vb6hd7pgh3d33jgch24lba175zmbalwsbgvlmmyyf1ki5"))))
+         "0rd0ihr1ai1kvly2zf5y2qx3qyhk3ag2mdsrwqnzs67xkv99glsf"))))
     (properties `((upstream-name . "bsseq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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