guix-commits
[Top][All Lists]
Advanced

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

17/20: gnu: r-gofuncr: Update to 1.6.1.


From: guix-commits
Subject: 17/20: gnu: r-gofuncr: Update to 1.6.1.
Date: Wed, 1 Apr 2020 05:22:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 028fd6f7863e3a32568f1e449def312122d763f1
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 11:13:42 2020 +0200

    gnu: r-gofuncr: Update to 1.6.1.
    
    * gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.6.1.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8a7b21f..75aa36d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4079,14 +4079,14 @@ footprints.")
 (define-public r-gofuncr
   (package
     (name "r-gofuncr")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOfuncR" version))
        (sha256
         (base32
-         "0hmi13pz923fm95asys615rih63b1i2nvynfczr1zcsc9fzn4h35"))))
+         "1wk7ja6f5il8jx8v05ijzcs9pijp3b953h566ya66xp7dz5jg9rb"))))
     (properties `((upstream-name . "GOfuncR")))
     (build-system r-build-system)
     (propagated-inputs
@@ -4097,6 +4097,8 @@ footprints.")
        ("r-mapplots" ,r-mapplots)
        ("r-rcpp" ,r-rcpp)
        ("r-vioplot" ,r-vioplot)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/GOfuncR/";)
     (synopsis "Gene ontology enrichment using FUNC")
     (description



reply via email to

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