guix-commits
[Top][All Lists]
Advanced

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

95/99: gnu: r-beeswarm: Update to 0.3.1.


From: guix-commits
Subject: 95/99: gnu: r-beeswarm: Update to 0.3.1.
Date: Tue, 9 Mar 2021 16:07:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 12580eb435b4a43be76ad3b900657ec67a70fee7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:42:48 2021 +0100

    gnu: r-beeswarm: Update to 0.3.1.
    
    * gnu/packages/statistics.scm (r-beeswarm): Update to 0.3.1.
---
 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 7aa5df2..5c592f2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4352,13 +4352,13 @@ within a category based on their density using 
quasirandom noise.")
 (define-public r-beeswarm
   (package
     (name "r-beeswarm")
-    (version "0.2.3")
+    (version "0.3.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "beeswarm" version))
               (sha256
                (base32
-                "0hy89bwv7jixlg91li1fywa77916am2whqp1m1fx1khd45g44581"))))
+                "1jsggypyww77hkcic03kdb3fp8h938qs142xi0lapzh62bkn2pjj"))))
     (build-system r-build-system)
     (home-page "https://www.cbs.dtu.dk/~eklund/beeswarm/";)
     (synopsis "Implementation of bee swarm plots")



reply via email to

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