guix-commits
[Top][All Lists]
Advanced

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

44/46: gnu: r-beeswarm: Update to 0.4.0.


From: guix-commits
Subject: 44/46: gnu: r-beeswarm: Update to 0.4.0.
Date: Wed, 2 Jun 2021 11:27:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 08de5b0689c3ffcbf3e69ddc4dd63c023a354b81
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 17:23:08 2021 +0200

    gnu: r-beeswarm: Update to 0.4.0.
    
    * gnu/packages/statistics.scm (r-beeswarm): Update to 0.4.0.
---
 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 2f891c1..bf22c27 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4377,13 +4377,13 @@ within a category based on their density using 
quasirandom noise.")
 (define-public r-beeswarm
   (package
     (name "r-beeswarm")
-    (version "0.3.1")
+    (version "0.4.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "beeswarm" version))
               (sha256
                (base32
-                "1jsggypyww77hkcic03kdb3fp8h938qs142xi0lapzh62bkn2pjj"))))
+                "016mqcbdksialkmap56rprzna9b6cd6896ml9gl2n2h8yjdk7x2i"))))
     (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]