guix-commits
[Top][All Lists]
Advanced

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

89/124: gnu: r-tidytext: Update to 0.3.2.


From: guix-commits
Subject: 89/124: gnu: r-tidytext: Update to 0.3.2.
Date: Mon, 1 Nov 2021 17:29:19 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 8aa51ad437bee1bb1d491d66ddd3bacc2fe612ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:48 2021 +0000

    gnu: r-tidytext: Update to 0.3.2.
    
    * gnu/packages/cran.scm (r-tidytext): 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 a3d5107..0ce6116 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28061,14 +28061,14 @@ vignettes in all common formats.")
 (define-public r-tidytext
   (package
     (name "r-tidytext")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tidytext" version))
        (sha256
         (base32
-         "182gad5pzz6zvhbla3d496sxwiszc1qz8kzzkksaacwpsrc61f9h"))))
+         "0as7lscjl6ywk85almmb4f71vxmgkfds46g52ryggkg2isksvq3g"))))
     (properties `((upstream-name . "tidytext")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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