guix-commits
[Top][All Lists]
Advanced

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

52/80: gnu: r-topicmodels: Update to 0.2-13.


From: guix-commits
Subject: 52/80: gnu: r-topicmodels: Update to 0.2-13.
Date: Mon, 19 Dec 2022 12:32:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-topicmodels: Update to 0.2-13.
    
    * gnu/packages/cran.scm (r-topicmodels): Update to 0.2-13.
---
 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 ab8c55f124..bd479859ba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26858,14 +26858,14 @@ machine learning, visually representing text and text 
analyses, and more.")
 (define-public r-topicmodels
   (package
     (name "r-topicmodels")
-    (version "0.2-12")
+    (version "0.2-13")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "topicmodels" version))
        (sha256
         (base32
-         "1d6iizmn042b59q2y6qc82z19wq3xm0zvgkf8iqf8fdzh51kmn5g"))))
+         "16mw0l7wm5idc831csxlk176c42a5xw8qm8xhbnmmdl2hjk0cqbx"))))
     (properties `((upstream-name . "topicmodels")))
     (build-system r-build-system)
     (inputs



reply via email to

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