guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: r-biomart: Update to 2.58.1.


From: guix-commits
Subject: 01/07: gnu: r-biomart: Update to 2.58.1.
Date: Tue, 30 Jan 2024 11:00:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1c27a3a8a807b8fd60eca959605a98993f1cf71b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 16:59:51 2024 +0100

    gnu: r-biomart: Update to 2.58.1.
    
    * gnu/packages/bioconductor.scm (r-biomart): Update to 2.58.1.
    
    Change-Id: I6304e3be6919367f5d9d99ddb7aae75ab39b9985
---
 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 78bb803f11..aebb881e4b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6763,13 +6763,13 @@ on Bioconductor or which replace R functions.")
 (define-public r-biomart
   (package
     (name "r-biomart")
-    (version "2.58.0")
+    (version "2.58.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biomaRt" version))
               (sha256
                (base32
-                "1m6c6m9z0d1k6s2q0ikd78ahcq72gzqnhlprdn0xvkjxrgh1i2lf"))))
+                "1wzcs1v9ja80rqfbssb0slvnpdnx48avbpvv8340d10k4x4xsqkm"))))
     (properties
      `((upstream-name . "biomaRt")))
     (build-system r-build-system)



reply via email to

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