guix-commits
[Top][All Lists]
Advanced

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

37/39: gnu: r-topicmodels: Update to 0.2-11.


From: guix-commits
Subject: 37/39: gnu: r-topicmodels: Update to 0.2-11.
Date: Mon, 27 Apr 2020 11:40:40 -0400 (EDT)

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

commit 437e1414736063acea723f1997ec9c484cd9b49c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 17:31:35 2020 +0200

    gnu: r-topicmodels: Update to 0.2-11.
    
    * gnu/packages/cran.scm (r-topicmodels): Update to 0.2-11.
---
 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 aaf3cd6..baf1e0c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19856,14 +19856,14 @@ machine learning, visually representing text and text 
analyses, and more.")
 (define-public r-topicmodels
   (package
     (name "r-topicmodels")
-    (version "0.2-9")
+    (version "0.2-11")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "topicmodels" version))
        (sha256
         (base32
-         "1757r5x8bsl4dk106xg6481mvdkdz9vwg87n7rpbvdkavsvhyxs0"))))
+         "0jmp6wva99y0w40cfw7b0faylndhjam097x36ilc4vmyczcv89lw"))))
     (properties `((upstream-name . "topicmodels")))
     (build-system r-build-system)
     (native-inputs



reply via email to

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