guix-commits
[Top][All Lists]
Advanced

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

30/80: gnu: r-tm: Update to 0.7-10.


From: guix-commits
Subject: 30/80: gnu: r-tm: Update to 0.7-10.
Date: Mon, 19 Dec 2022 12:32:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3b626e859643c8cf6094517f8e038941bf754302
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:07:21 2022 +0100

    gnu: r-tm: Update to 0.7-10.
    
    * gnu/packages/cran.scm (r-tm): Update to 0.7-10.
---
 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 f03a9b3c90..0631298287 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15439,14 +15439,14 @@ Processing.")
 (define-public r-tm
   (package
     (name "r-tm")
-    (version "0.7-9")
+    (version "0.7-10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tm" version))
        (sha256
         (base32
-         "0a3ylj9735i21fh6iz63fkh1pnf2hs8ipp8wjdj25dahl18yhlyv"))))
+         "15lxaqlgkl9chiz0aw05l55bvlh48jwdgplfl8f2d8xsaq4gmbvc"))))
     (properties `((upstream-name . "tm")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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