guix-commits
[Top][All Lists]
Advanced

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

32/38: gnu: r-lattice: Update to 0.21-8.


From: guix-commits
Subject: 32/38: gnu: r-lattice: Update to 0.21-8.
Date: Thu, 6 Apr 2023 11:34:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a2f4b3368dc6c41b7b5941f9f2503e05ede9cc15
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 6 17:32:42 2023 +0200

    gnu: r-lattice: Update to 0.21-8.
    
    * gnu/packages/statistics.scm (r-lattice): Update to 0.21-8.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index aa5d1dbd3c..909cad8d74 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -639,13 +639,13 @@ estimation) corresponding to the book: Wand, M.P. and 
Jones, M.C. (1995)
 (define-public r-lattice
   (package
     (name "r-lattice")
-    (version "0.20-45")
+    (version "0.21-8")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "lattice" version))
               (sha256
                (base32
-                "1b87fmyjzbg854vpi03my1p25n3d0bchhwsdm2frblxppn98sf12"))))
+                "0af3c0mk0s3gnpmg7xmd4hjjynwv4ym3iv4grjvcmrk28abxdlwa"))))
     (build-system r-build-system)
     (home-page "https://lattice.r-forge.r-project.org/";)
     (synopsis "High-level data visualization system")



reply via email to

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