guix-commits
[Top][All Lists]
Advanced

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

46/48: gnu: r-lattice: Update to 0.22-6.


From: guix-commits
Subject: 46/48: gnu: r-lattice: Update to 0.22-6.
Date: Wed, 27 Mar 2024 08:50:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d341a9c5ec49ac35708694a0c1ebb61bd99cd1a1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 27 12:35:59 2024 +0100

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