guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 37/41: gnu: r-topicmodels: Update to 0.2-11.
Date: Tue, 28 Apr 2020 02:46:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ed720abc2605248590222f9a6e07501af3895cd0
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]