guix-commits
[Top][All Lists]
Advanced

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

74/158: gnu: r-sjplot: Update to 2.8.15.


From: guix-commits
Subject: 74/158: gnu: r-sjplot: Update to 2.8.15.
Date: Mon, 28 Aug 2023 11:11:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 160c68c888e85e104a66bae9673f11b09d3359a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:26 2023 +0200

    gnu: r-sjplot: Update to 2.8.15.
    
    * gnu/packages/cran.scm (r-sjplot): Update to 2.8.15.
---
 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 513437a51d..249b365043 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16177,13 +16177,13 @@ efficient computation even with very large data 
sets.")
 (define-public r-sjplot
   (package
     (name "r-sjplot")
-    (version "2.8.14")
+    (version "2.8.15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sjPlot" version))
        (sha256
-        (base32 "06m6najky8ydnn6y6f3fh1y7laxnqpzcbyy1cyqcgvfcyfia9qjf"))))
+        (base32 "10lvn8dnckpjjpapmf0d2zwjkzjvs4iiswd3rmijzviz4ichhxjs"))))
     (properties `((upstream-name . "sjPlot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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