guix-commits
[Top][All Lists]
Advanced

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

09/55: gnu: r-go-db: Update to 3.18.0.


From: guix-commits
Subject: 09/55: gnu: r-go-db: Update to 3.18.0.
Date: Mon, 22 Jan 2024 08:00:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c5a934df852f2120053abeb8439669664abf13d1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:11 2024 +0100

    gnu: r-go-db: Update to 3.18.0.
    
    * gnu/packages/bioconductor.scm (r-go-db): Update to 3.18.0.
    
    Change-Id: I90ff2421b742369847353aaf32cf8bc4651afda7
---
 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 73f2c2e9f0..5021243e4f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -783,13 +783,13 @@ ID and species.  It is used by functions in the 
GenomeInfoDb package.")
 (define-public r-go-db
   (package
     (name "r-go-db")
-    (version "3.7.0")
+    (version "3.18.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "GO.db" version 'annotation))
               (sha256
                (base32
-                "0i3wcf5h3n0dawzc1hy0kv74f06j80c47n4p3g3fmrcxlhi3jpa5"))))
+                "0znqa724jvrw2xx696n48lx83kzhivfr7fc9awzgm7nigwg3907m"))))
     (properties
      `((upstream-name . "GO.db")))
     (build-system r-build-system)



reply via email to

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