[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/22: gnu: r-rgl: Update to 1.3.1.
From: |
guix-commits |
Subject: |
01/22: gnu: r-rgl: Update to 1.3.1. |
Date: |
Mon, 11 Mar 2024 08:33:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ddaf7e8a3e7d2d02bad85df89f68cda4f9c2360c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 11 12:58:31 2024 +0100
gnu: r-rgl: Update to 1.3.1.
* gnu/packages/cran.scm (r-rgl): Update to 1.3.1.
[inputs]: Remove pandoc.
Change-Id: I71d6afc246dc4df92592b60d1ece742a61075dbc
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index dbbf30c551..328f83dc41 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18529,14 +18529,14 @@ Bioconductor packages.")
(define-public r-rgl
(package
(name "r-rgl")
- (version "1.2.8")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgl" version))
(sha256
(base32
- "1x0p2yldg2mjf64xd5dd0bidzgy7b39w7zn18ghan2rdf0wffdg5"))
+ "0jbda1b4lrkcpdld369687pm7isy69l5sx1wg2yrpvvzvmcppslz"))
(snippet
'(delete-file
"inst/htmlwidgets/lib/CanvasMatrix/CanvasMatrix.min.js"))))
;; For OpenGL and X11 support
@@ -18561,10 +18561,10 @@ Bioconductor packages.")
r-rmarkdown)) ;for vignettes
(inputs
(list freetype
- libpng
glu
+ libpng
libx11
- pandoc
+ zlib
zlib))
(propagated-inputs
(list r-base64enc
- branch master updated (c72d8feb1f -> 1e5e3d8e24), guix-commits, 2024/03/11
- 02/22: gnu: r-qs: Update to 0.26.1., guix-commits, 2024/03/11
- 03/22: gnu: r-rmarkdown: Update to 2.26., guix-commits, 2024/03/11
- 05/22: gnu: r-nodbi: Update to 0.10.4., guix-commits, 2024/03/11
- 07/22: gnu: r-survey: Update to 4.4-1., guix-commits, 2024/03/11
- 01/22: gnu: r-rgl: Update to 1.3.1.,
guix-commits <=
- 06/22: gnu: r-flextable: Update to 0.9.5., guix-commits, 2024/03/11
- 12/22: gnu: r-globals: Update to 0.16.3., guix-commits, 2024/03/11
- 04/22: gnu: r-zcompositions: Update to 1.5.0-2., guix-commits, 2024/03/11
- 08/22: gnu: r-multcompview: Update to 0.1-10., guix-commits, 2024/03/11
- 10/22: gnu: r-colorramps: Update to 2.3.4., guix-commits, 2024/03/11
- 17/22: gnu: r-graphlayouts: Update to 1.1.1., guix-commits, 2024/03/11
- 21/22: gnu: r-paws-common: Update to 0.7.1., guix-commits, 2024/03/11
- 22/22: gnu: r-logger: Update to 0.3.0., guix-commits, 2024/03/11
- 14/22: gnu: r-gmodels: Update to 2.19.1., guix-commits, 2024/03/11
- 16/22: gnu: r-systemfonts: Update to 1.0.6., guix-commits, 2024/03/11