guix-commits
[Top][All Lists]
Advanced

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

101/125: gnu: r-lattice: Update to 0.20-44.


From: guix-commits
Subject: 101/125: gnu: r-lattice: Update to 0.20-44.
Date: Tue, 4 May 2021 01:33:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9042db14b922aaf3a5e6dec59fc7144d72c09335
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:21 2021 +0200

    gnu: r-lattice: Update to 0.20-44.
    
    * gnu/packages/statistics.scm (r-lattice): Update to 0.20-44.
---
 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 7f81ad5..24eea08 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -565,13 +565,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-41")
+    (version "0.20-44")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "lattice" version))
               (sha256
                (base32
-                "1dapkmh4jlb9sxfrpvapvlfhczl4s8p3r20bn47gcgdk1izmbjjl"))))
+                "16yvdklwgjfclayh15axknjwzygx8i7y8zl5mlw8m85dqzihifap"))))
     (build-system r-build-system)
     (home-page "http://lattice.r-forge.r-project.org/";)
     (synopsis "High-level data visualization system")



reply via email to

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