guix-commits
[Top][All Lists]
Advanced

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

06/79: gnu: r-biomartr: Update to 1.0.3.


From: guix-commits
Subject: 06/79: gnu: r-biomartr: Update to 1.0.3.
Date: Tue, 9 May 2023 09:26:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bd3ef47877badbdf6115a7a11e0478cac486bf72
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 14:25:45 2023 +0200

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



reply via email to

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