guix-commits
[Top][All Lists]
Advanced

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

47/96: gnu: r-ontologyindex: Update to 2.7.


From: guix-commits
Subject: 47/96: gnu: r-ontologyindex: Update to 2.7.
Date: Wed, 10 Feb 2021 19:06:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e3a7a76d77e43cb46a87ccb07249360377038615
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:54:30 2021 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 58b1670..01c5c74 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12283,16 +12283,18 @@ library.")
 (define-public r-ontologyindex
   (package
     (name "r-ontologyindex")
-    (version "2.5")
+    (version "2.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ontologyIndex" version))
        (sha256
         (base32
-         "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry"))))
+         "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k"))))
     (properties `((upstream-name . "ontologyIndex")))
     (build-system r-build-system)
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://cran.r-project.org/web/packages/ontologyIndex";)
     (synopsis "Functions for processing ontologies in R")
     (description



reply via email to

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