guix-commits
[Top][All Lists]
Advanced

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

25/158: gnu: r-ggalluvial: Update to 0.12.5.


From: guix-commits
Subject: 25/158: gnu: r-ggalluvial: Update to 0.12.5.
Date: Sun, 19 Mar 2023 13:24:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2416e5dcd4f3d9985ab006ac3d8458308a385ed6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:16 2023 +0100

    gnu: r-ggalluvial: Update to 0.12.5.
    
    * gnu/packages/cran.scm (r-ggalluvial): Update to 0.12.5.
---
 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 c06bae353c..2731e1b819 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1680,13 +1680,13 @@ in good performances with large files.")
 (define-public r-ggalluvial
   (package
    (name "r-ggalluvial")
-   (version "0.12.4")
+   (version "0.12.5")
    (source (origin
             (method url-fetch)
             (uri (cran-uri "ggalluvial" version))
             (sha256
              (base32
-              "0x2njwgsjrcl4g9md32a2l5b7cvisj5g93jjzm7kr3g7l9gwbzz3"))))
+              "0wax853pi3ghqv5alfkx9rgfb3sm3sqh3miklwvn22bh1s44q14h"))))
    (properties `((upstream-name . "ggalluvial")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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