guix-commits
[Top][All Lists]
Advanced

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

111/449: gnu: r-genomation: Update to 1.30.0.


From: guix-commits
Subject: 111/449: gnu: r-genomation: Update to 1.30.0.
Date: Tue, 22 Nov 2022 15:47:02 -0500 (EST)

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

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

    gnu: r-genomation: Update to 1.30.0.
    
    * gnu/packages/bioconductor.scm (r-genomation): 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 b73a205604..3739f5d1e2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5315,13 +5315,13 @@ and visualize the results.")
 (define-public r-genomation
   (package
     (name "r-genomation")
-    (version "1.28.0")
+    (version "1.30.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "genomation" version))
               (sha256
                (base32
-                "0rvay7gs4g2wi6h42kln8xwy9b05axj1x8mkfayl6pnnlva6xj79"))))
+                "098ldnh45f48145jfsbdw5dqv5yiqkfci1fy6h6gjz7nh3dvnil5"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-biostrings



reply via email to

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