guix-commits
[Top][All Lists]
Advanced

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

17/19: gnu: r-gage: Update to 2.38.3.


From: guix-commits
Subject: 17/19: gnu: r-gage: Update to 2.38.3.
Date: Thu, 20 Aug 2020 15:26:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e9d2cab0bf11ed88fe8b33fc97b01079804ecb20
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 20 20:42:32 2020 +0200

    gnu: r-gage: Update to 2.38.3.
    
    * gnu/packages/bioinformatics.scm (r-gage): Update to 2.38.3.
    [propagated-inputs]: Add r-go-db.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 955721b..1d70acb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10125,17 +10125,18 @@ microarrays or GRanges for sequencing data.")
 (define-public r-gage
   (package
     (name "r-gage")
-    (version "2.37.0")
+    (version "2.38.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "gage" version))
        (sha256
         (base32
-         "1zfaas4x6g7wiml6cmxa7b4f43az9s0lrw80k6sf7c96hsh1jijr"))))
+         "1bqmvjiya1df0b3h491lp1jxahiyidvaf9n094z0sk84x5y3xh2p"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)
+       ("r-go-db" ,r-go-db)
        ("r-graph" ,r-graph)
        ("r-keggrest" ,r-keggrest)))
     (home-page (string-append "https://bmcbioinformatics.biomedcentral.com/";



reply via email to

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