guix-commits
[Top][All Lists]
Advanced

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

349/353: gnu: r-bsseq: Update to 1.30.0.


From: guix-commits
Subject: 349/353: gnu: r-bsseq: Update to 1.30.0.
Date: Thu, 4 Nov 2021 18:15:39 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 6bc9b48113627559d5b68379db2e85496c212919
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:50 2021 +0000

    gnu: r-bsseq: Update to 1.30.0.
    
    * gnu/packages/bioconductor.scm (r-bsseq): Update to 1.30.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 f6d8539..563adeb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14649,14 +14649,14 @@ ensemble machine learning for the estimation of 
nuisance functions.")
 (define-public r-bsseq
   (package
     (name "r-bsseq")
-    (version "1.28.0")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "bsseq" version))
        (sha256
         (base32
-         "1xpv85hr681kkkilsnasndkszwmzbzq11y0lff4na2ilsm7sqmmi"))))
+         "1i30zf6457a0qd64s89x9l544y1h0hj9rfgf1m8l4krd487a9b9d"))))
     (properties `((upstream-name . "bsseq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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