guix-commits
[Top][All Lists]
Advanced

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

72/77: gnu: r-lattice: Update to 0.22-5.


From: guix-commits
Subject: 72/77: gnu: r-lattice: Update to 0.22-5.
Date: Wed, 25 Oct 2023 11:00:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 49e6c0311741ac85c4a1cf5070c1dbf88bd2c944
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:42 2023 +0200

    gnu: r-lattice: Update to 0.22-5.
    
    * gnu/packages/statistics.scm (r-lattice): Update to 0.22-5.
    
    Change-Id: I77cb85f0b548f519216e9e6b31b8e8b3bb78e1d8
---
 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 c92087a3f4..89dfe1369c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -652,13 +652,13 @@ estimation) corresponding to the book: Wand, M.P. and 
Jones, M.C. (1995)
 (define-public r-lattice
   (package
     (name "r-lattice")
-    (version "0.21-9")
+    (version "0.22-5")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "lattice" version))
               (sha256
                (base32
-                "0ak9k6s6drd1a25m7mwzb426ms92a2p3ps04h2pacifwnk74ca59"))))
+                "1wd5dlxi0hd4l08g999y3xnxnaq06gwvflcqr9ym0cx131gbw7xs"))))
     (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]