diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-03 08:32:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-03 08:32:02 +0200 |
commit | 385b7f6ce6a352e8432f95abce2e8bd7ff81c20a (patch) | |
tree | cd49b920dd6208754411ff5b6f29b43ba9c3fe01 /gnu | |
parent | 399657122b373d880ff44522987ae13fb046a291 (diff) | |
download | guix-385b7f6ce6a352e8432f95abce2e8bd7ff81c20a.tar.gz |
gnu: r-ontologyindex: Update to 2.11.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.11.
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 7320c69dc4..4853d894b6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18190,14 +18190,14 @@ library.") (define-public r-ontologyindex (package (name "r-ontologyindex") - (version "2.10") + (version "2.11") (source (origin (method url-fetch) (uri (cran-uri "ontologyIndex" version)) (sha256 (base32 - "0hisb9scxyyqkxhxhvgsgwix54pkq0zma3xq3ywczyazvzcxd5f9")))) + "17ndvqvb74b980gpb3hpg9bd68bb5f52k9s1i2kd1f9cdrdjvw97")))) (properties `((upstream-name . "ontologyIndex"))) (build-system r-build-system) (native-inputs |