rekado pushed a commit to branch master
in repository guix.
commit 8f0b8ad9fc19568a3c86685ee4e0232a35fc723b
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Mar 5 14:37:37 2024 +0100
gnu: r-ontologyindex: Update to 2.12.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.12.
Change-Id: Iaa72aa3c1f01f4bdc82707aa8fbc70949647e78f
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 417b05912f..64c7388361 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20374,14 +20374,14 @@ library.")
(define-public r-ontologyindex
(package
(name "r-ontologyindex")
- (version "2.11")
+ (version "2.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "ontologyIndex" version))
(sha256
(base32
- "17ndvqvb74b980gpb3hpg9bd68bb5f52k9s1i2kd1f9cdrdjvw97"))))
+ "0gf0z0vgc1f4f70f2zpwz9bka0gbgbj4w3fcxncv1b7lbrxddrd8"))))
(properties `((upstream-name . "ontologyIndex")))
(build-system r-build-system)
(native-inputs