guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: r-ggrepel: Update to 0.8.2.


From: guix-commits
Subject: 01/06: gnu: r-ggrepel: Update to 0.8.2.
Date: Mon, 9 Mar 2020 03:51:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fec7f576b472c8226607073d62f432f3c9342c3e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Mar 9 08:40:17 2020 +0100

    gnu: r-ggrepel: Update to 0.8.2.
    
    * gnu/packages/cran.scm (r-ggrepel): Update to 0.8.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 c334da2..fd55db2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3165,14 +3165,14 @@ for certain use cases.")
 (define-public r-ggrepel
   (package
     (name "r-ggrepel")
-    (version "0.8.1")
+    (version "0.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggrepel" version))
        (sha256
         (base32
-         "10vjrcmx8yknfbx93d9a4y3z8gafri0fhimw6hcq733dmdvkml6m"))))
+         "1qaifn3dazdqbqlii210xhw7yf142iw7g9p2axmmxbz90p0by08d"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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