guix-commits
[Top][All Lists]
Advanced

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

18/201: gnu: r-biomartr: Update to 1.0.7.


From: guix-commits
Subject: 18/201: gnu: r-biomartr: Update to 1.0.7.
Date: Fri, 15 Dec 2023 10:14:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c544f5ce82b78eaaf926f6ed9d6fa747fbfa0f63
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:16:39 2023 +0100

    gnu: r-biomartr: Update to 1.0.7.
    
    * gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.7.
    
    Change-Id: I7f02a92d86506b4fbca950a13ed106753e1b7f76
---
 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 515b03c182..a82449b028 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6563,13 +6563,13 @@ powerful online queries from gene annotation to 
database mining.")
 (define-public r-biomartr
   (package
     (name "r-biomartr")
-    (version "1.0.6")
+    (version "1.0.7")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "biomartr" version))
               (sha256
                (base32
-                "06wd8s2cssw58xp9d078fc7iycpxryccnclrk3gnh757j1h0vzim"))))
+                "0ic6qbk2xmgrcc0xhxyhjafp1xbf2c5dpbqqrbkprrhynr8mq7cx"))))
     (properties `((upstream-name . "biomartr")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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