guix-commits
[Top][All Lists]
Advanced

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

27/61: gnu: r-ggridges: Update to 0.5.2.


From: guix-commits
Subject: 27/61: gnu: r-ggridges: Update to 0.5.2.
Date: Thu, 16 Jan 2020 00:53:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e8bcca8c1fd8fdd0cb176a5fbff9abc357435c12
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Jan 16 05:41:30 2020 +0100

    gnu: r-ggridges: Update to 0.5.2.
    
    * gnu/packages/cran.scm (r-ggridges): Update to 0.5.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 60e8014..f86091b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3748,14 +3748,14 @@ plotting.  a three dimensional point cloud.")
 (define-public r-ggridges
   (package
     (name "r-ggridges")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggridges" version))
        (sha256
         (base32
-         "0dhwcpy785ac2ny5bjp284595nnybi3554wd0yffsli0vzf7ry01"))))
+         "03pz257aw0mkh5k75rby9givkc1ky3n5scvhjhjiz9vry9fpffmh"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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