guix-commits
[Top][All Lists]
Advanced

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

19/174: gnu: r-biomartr: Update to 1.0.4.


From: guix-commits
Subject: 19/174: gnu: r-biomartr: Update to 1.0.4.
Date: Wed, 12 Jul 2023 08:30:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 347e3b1b750bb0cc5a676b6247579c6973c76c91
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:19 2023 +0200

    gnu: r-biomartr: Update to 1.0.4.
    
    * gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.4.
---
 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 a566279441..96c39397a7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5895,13 +5895,13 @@ powerful online queries from gene annotation to 
database mining.")
 (define-public r-biomartr
   (package
     (name "r-biomartr")
-    (version "1.0.3")
+    (version "1.0.4")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "biomartr" version))
               (sha256
                (base32
-                "093v32r6s9sn7yisa4fdwgjif313ap19nvq0sbsgj2482k646d55"))))
+                "0hv4z6ycmn58ha7j7zfmyhvs2i37cm48gcalg19dli2kaw1c4210"))))
     (properties `((upstream-name . "biomartr")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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