guix-commits
[Top][All Lists]
Advanced

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

82/185: gnu: r-sjplot: Update to 2.8.16.


From: guix-commits
Subject: 82/185: gnu: r-sjplot: Update to 2.8.16.
Date: Tue, 2 Jul 2024 09:27:36 -0400 (EDT)

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

commit 9bcb91fdb585185b36957503f29bf461a381160b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:41 2024 +0200

    gnu: r-sjplot: Update to 2.8.16.
    
    * gnu/packages/cran.scm (r-sjplot): Update to 2.8.16.
    
    Change-Id: I0497c2b23d71bdc8273c42cbf8f3fcd36bde41e9
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e9a42d9e04..b74fe4af2d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18286,13 +18286,13 @@ efficient computation even with very large data 
sets.")
 (define-public r-sjplot
   (package
     (name "r-sjplot")
-    (version "2.8.15")
+    (version "2.8.16")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sjPlot" version))
        (sha256
-        (base32 "10lvn8dnckpjjpapmf0d2zwjkzjvs4iiswd3rmijzviz4ichhxjs"))))
+        (base32 "093nmn1gq8i4kr5nhwby883rxpdiyb959shqvfnvplwcnnv762ji"))))
     (properties `((upstream-name . "sjPlot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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