gnu: r-ontologyindex: Update to 2.10.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.10.master
parent
8cce3f51fc
commit
b6bb01e680
|
@ -15643,14 +15643,14 @@ library.")
|
||||||
(define-public r-ontologyindex
|
(define-public r-ontologyindex
|
||||||
(package
|
(package
|
||||||
(name "r-ontologyindex")
|
(name "r-ontologyindex")
|
||||||
(version "2.7")
|
(version "2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ontologyIndex" version))
|
(uri (cran-uri "ontologyIndex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k"))))
|
"0hisb9scxyyqkxhxhvgsgwix54pkq0zma3xq3ywczyazvzcxd5f9"))))
|
||||||
(properties `((upstream-name . "ontologyIndex")))
|
(properties `((upstream-name . "ontologyIndex")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue