guix-commits
[Top][All Lists]
Advanced

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

13/55: gnu: r-org-dr-eg-db: Update to 3.18.0.


From: guix-commits
Subject: 13/55: gnu: r-org-dr-eg-db: Update to 3.18.0.
Date: Mon, 22 Jan 2024 08:00:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-org-dr-eg-db: Update to 3.18.0.
    
    * gnu/packages/bioconductor.scm (r-org-dr-eg-db): Update to 3.18.0.
    
    Change-Id: Icb7f74c83ff7189c7b02964fcb25bac6610fd790
---
 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 9f6cd3e41c..cc0bb85e3f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -998,13 +998,13 @@ annotations for the genome of the model fruit fly 
Drosophila melanogaster.")
 (define-public r-org-dr-eg-db
   (package
     (name "r-org-dr-eg-db")
-    (version "3.7.0")
+    (version "3.18.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "org.Dr.eg.db" version 'annotation))
               (sha256
                (base32
-                "1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
+                "1kk5jgbzcqhgwf5p4mpxswqhr9rkirm3fb7maflk61zcn6fs56zc"))))
     (properties
      `((upstream-name . "org.Dr.eg.db")))
     (build-system r-build-system)



reply via email to

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