[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/174: gnu: r-gprofiler2: Update to 0.2.2.
From: |
guix-commits |
Subject: |
10/174: gnu: r-gprofiler2: Update to 0.2.2. |
Date: |
Tue, 11 Jul 2023 14:47:58 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 7a00fa571b1b0d1ac8e52a2f23f3cc3578129712
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 23:13:59 2023 +0200
gnu: r-gprofiler2: Update to 0.2.2.
* gnu/packages/cran.scm (r-gprofiler2): Update to 0.2.2.
[native-inputs]: Add r-rmarkdown.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cb3ed52f3e..8e10f3329c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2166,14 +2166,14 @@ organisms via the @code{g:Profiler} toolkit.")
(define-public r-gprofiler2
(package
(name "r-gprofiler2")
- (version "0.2.1")
+ (version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "gprofiler2" version))
(sha256
(base32
- "0r0h34b35xzgd9rh55yndn0anxy0z45zdlqa6qfmpn91b6v1bb1g"))))
+ "1zbfvpb4qqj6vipz0ps4pyy14h6rc4jaqfa8q4zrbhi5vvw9805r"))))
(properties `((upstream-name . "gprofiler2")))
(build-system r-build-system)
(propagated-inputs
@@ -2186,7 +2186,7 @@ organisms via the @code{g:Profiler} toolkit.")
r-rcurl
r-tidyr
r-viridislite))
- (native-inputs (list r-knitr))
+ (native-inputs (list r-knitr r-rmarkdown))
(home-page "https://cran.r-project.org/web/packages/gprofiler2/")
(synopsis "Interface to the g:Profiler toolset")
(description
- branch r-updates created (now 1b152ff9a7), guix-commits, 2023/07/11
- 02/174: gnu: r-bslib: Update to 0.5.0., guix-commits, 2023/07/11
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/11
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/11
- 08/174: gnu: r-lme4: Update to 1.1-34., guix-commits, 2023/07/11
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/11
- 05/174: gnu: r-plotly: Update to 4.10.2., guix-commits, 2023/07/11
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/11
- 10/174: gnu: r-gprofiler2: Update to 0.2.2.,
guix-commits <=
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/11
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/11
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/11
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/11
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/11
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/11
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/11
- 23/174: gnu: r-datawizard: Update to 0.8.0., guix-commits, 2023/07/11
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/11
- 25/174: gnu: r-googlesheets4: Update to 1.1.1., guix-commits, 2023/07/11