[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/23: gnu: r-ontologyindex: Update to 2.11.
From: |
guix-commits |
Subject: |
12/23: gnu: r-ontologyindex: Update to 2.11. |
Date: |
Sat, 3 Jun 2023 02:33:24 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 385b7f6ce6a352e8432f95abce2e8bd7ff81c20a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 3 08:32:02 2023 +0200
gnu: r-ontologyindex: Update to 2.11.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.11.
---
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 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
- branch master updated (c11b92a8aa -> da71721db1), guix-commits, 2023/06/03
- 05/23: gnu: r-ggrastr: Update to 1.0.2., guix-commits, 2023/06/03
- 10/23: gnu: r-biasedurn: Update to 2.0.10., guix-commits, 2023/06/03
- 12/23: gnu: r-ontologyindex: Update to 2.11.,
guix-commits <=
- 15/23: gnu: r-regsem: Update to 1.9.5., guix-commits, 2023/06/03
- 16/23: gnu: r-stanheaders: Update to 2.26.26., guix-commits, 2023/06/03
- 03/23: gnu: r-rmarkdown: Update to 2.22., guix-commits, 2023/06/03
- 04/23: gnu: r-ggpicrust2: Update to 1.7.0., guix-commits, 2023/06/03
- 01/23: gnu: Add r-consrank., guix-commits, 2023/06/03
- 02/23: gnu: r-rgdal: Update to 1.6-7., guix-commits, 2023/06/03
- 06/23: gnu: r-sp: Update to 1.6-1., guix-commits, 2023/06/03
- 07/23: gnu: r-ucminf: Update to 1.2.0., guix-commits, 2023/06/03
- 08/23: gnu: r-catdap: Update to 1.3.7., guix-commits, 2023/06/03
- 09/23: gnu: r-maptools: Update to 1.1-7., guix-commits, 2023/06/03