guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/87: gnu: r-rgl: Update to 0.111.6.


From: guix-commits
Subject: 53/87: gnu: r-rgl: Update to 0.111.6.
Date: Mon, 9 Jan 2023 18:27:35 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 4e69d047c80516b1e876a5f8f6f951053a28d460
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:19:49 2023 +0100

    gnu: r-rgl: Update to 0.111.6.
    
    * gnu/packages/cran.scm (r-rgl): Update to 0.111.6.
---
 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 ecc81dc5a1..32a99d6793 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15039,14 +15039,14 @@ Bioconductor packages.")
 (define-public r-rgl
   (package
     (name "r-rgl")
-    (version "0.110.2")
+    (version "0.111.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rgl" version))
        (sha256
         (base32
-         "0v9lrsdmhw0wqfbrrjirgppd40cn00ignq3rg2jn3q8ak70ih4fs"))))
+         "1h6nbcnbl0knmc91923wfhghs58yjc84mhnmk2byd474lrgzxynd"))))
     (build-system r-build-system)
     (native-inputs
      (list pkg-config



reply via email to

[Prev in Thread] Current Thread [Next in Thread]