guix-commits
[Top][All Lists]
Advanced

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

18/112: gnu: r-ggalluvial: Update to 0.12.3.


From: guix-commits
Subject: 18/112: gnu: r-ggalluvial: Update to 0.12.3.
Date: Wed, 9 Dec 2020 16:06:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 17fa0953a82f70b7dbd4d2af18f08e3dae7b4802
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 21:56:11 2020 +0100

    gnu: r-ggalluvial: Update to 0.12.3.
    
    * gnu/packages/cran.scm (r-ggalluvial): Update to 0.12.3.
---
 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 14922cc..70b9d85 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -333,13 +333,13 @@ series of numeric vectors/matrices and factors.")
 (define-public r-ggalluvial
   (package
    (name "r-ggalluvial")
-   (version "0.12.2")
+   (version "0.12.3")
    (source (origin
             (method url-fetch)
             (uri (cran-uri "ggalluvial" version))
             (sha256
              (base32
-              "1qcpbb6h2znsq246n1291rxgfryiw24caghbk8acjzzfbdhdj8x1"))))
+              "0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
    (properties `((upstream-name . "ggalluvial")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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