mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ontologyindex: Update to 2.10.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.10.
This commit is contained in:
parent
8cce3f51fc
commit
b6bb01e680
1 changed files with 2 additions and 2 deletions
|
@ -15643,14 +15643,14 @@ (define-public r-rapidjsonr
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue