guix-commits
[Top][All Lists]
Advanced

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

91/114: gnu: r-lattice: Update to 0.20-45.


From: guix-commits
Subject: 91/114: gnu: r-lattice: Update to 0.20-45.
Date: Wed, 29 Sep 2021 13:22:31 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 6be001fa8021162a0cb4630ef2a74872be69d882
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:35 2021 +0200

    gnu: r-lattice: Update to 0.20-45.
    
    * gnu/packages/statistics.scm (r-lattice): Update to 0.20-45.
---
 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 4310fef..5feea3e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -574,13 +574,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-44")
+    (version "0.20-45")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "lattice" version))
               (sha256
                (base32
-                "16yvdklwgjfclayh15axknjwzygx8i7y8zl5mlw8m85dqzihifap"))))
+                "1b87fmyjzbg854vpi03my1p25n3d0bchhwsdm2frblxppn98sf12"))))
     (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]