guix-commits
[Top][All Lists]
Advanced

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

214/449: gnu: r-ebseq: Update to 1.38.0.


From: guix-commits
Subject: 214/449: gnu: r-ebseq: Update to 1.38.0.
Date: Tue, 22 Nov 2022 15:47:27 -0500 (EST)

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

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

    gnu: r-ebseq: Update to 1.38.0.
    
    * gnu/packages/bioconductor.scm (r-ebseq): Update to 1.38.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 4831e08969..cb45ae4028 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9086,14 +9086,14 @@ and regression inferences from RNA-sequencing data.")
 (define-public r-ebseq
   (package
     (name "r-ebseq")
-    (version "1.36.0")
+    (version "1.38.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "EBSeq" version))
        (sha256
         (base32
-         "192xl9fwsh04w563yk33mfl303d1kqby2ssbqkckqsdr4jb7d57y"))))
+         "1gh1cyb76gv2h0knh780648gsbgpn76adfj6x3pjzily5m5bmin0"))))
     (properties `((upstream-name . "EBSeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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