guix-commits
[Top][All Lists]
Advanced

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

352/356: gnu: r-bsseq: Update to 1.30.0.


From: guix-commits
Subject: 352/356: gnu: r-bsseq: Update to 1.30.0.
Date: Sun, 7 Nov 2021 18:12:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 86a3ae96d1557666c8b00696a21bb4cdce6414b9
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]