gnu: r-ontologyindex: Update to 2.11.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.11.
This commit is contained in:
parent
399657122b
commit
385b7f6ce6
1 changed files with 2 additions and 2 deletions
|
@ -18190,14 +18190,14 @@ library.")
|
||||||
(define-public r-ontologyindex
|
(define-public r-ontologyindex
|
||||||
(package
|
(package
|
||||||
(name "r-ontologyindex")
|
(name "r-ontologyindex")
|
||||||
(version "2.10")
|
(version "2.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ontologyIndex" version))
|
(uri (cran-uri "ontologyIndex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hisb9scxyyqkxhxhvgsgwix54pkq0zma3xq3ywczyazvzcxd5f9"))))
|
"17ndvqvb74b980gpb3hpg9bd68bb5f52k9s1i2kd1f9cdrdjvw97"))))
|
||||||
(properties `((upstream-name . "ontologyIndex")))
|
(properties `((upstream-name . "ontologyIndex")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue