guix-commits
[Top][All Lists]
Advanced

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

47/104: gnu: r-vioplot: Update to 0.3.2.


From: guix-commits
Subject: 47/104: gnu: r-vioplot: Update to 0.3.2.
Date: Tue, 6 Aug 2019 09:50:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 70980197aaf873de24f3679ac62360a973642093
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 6 14:42:36 2019 +0200

    gnu: r-vioplot: Update to 0.3.2.
    
    * gnu/packages/cran.scm (r-vioplot): Update to 0.3.2.
---
 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 1c723b5..ddc0526 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3309,14 +3309,14 @@ structure.")
 (define-public r-vioplot
   (package
     (name "r-vioplot")
-    (version "0.3.0")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vioplot" version))
        (sha256
         (base32
-         "1ddmmqq7qrnvr5q518afnysrl7ccr8am9njknv3dpwaqzcdr9akn"))))
+         "13kfjp747bnzksai8j39y2hyl3ljc6n53c2cfhaw78q3d63x0lbv"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-sm" ,r-sm)



reply via email to

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