diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-09-20 10:53:05 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-09-20 17:02:19 +0200 |
commit | b6bb01e68025cdb5683f933877526979858cde2e (patch) | |
tree | 117f3b2c5f0c04166445004be2b7a8302e1ff629 /gnu | |
parent | 8cce3f51fcab96ddfb6b6529336b9d91e0bd5287 (diff) |
gnu: r-ontologyindex: Update to 2.10.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index aee3b1cc47..a38f5b4170 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15643,14 +15643,14 @@ library.") (define-public r-ontologyindex (package (name "r-ontologyindex") - (version "2.7") + (version "2.10") (source (origin (method url-fetch) (uri (cran-uri "ontologyIndex" version)) (sha256 (base32 - "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k")))) + "0hisb9scxyyqkxhxhvgsgwix54pkq0zma3xq3ywczyazvzcxd5f9")))) (properties `((upstream-name . "ontologyIndex"))) (build-system r-build-system) (native-inputs |