guix-commits
[Top][All Lists]
Advanced

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

67/96: gnu: r-topicmodels: Update to 0.2-12.


From: guix-commits
Subject: 67/96: gnu: r-topicmodels: Update to 0.2-12.
Date: Wed, 10 Feb 2021 19:06:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 22da0a1e288b21e296ea24c4591928c32f572d6e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:55:41 2021 +0100

    gnu: r-topicmodels: Update to 0.2-12.
    
    * gnu/packages/cran.scm (r-topicmodels): Update to 0.2-12.
    [inputs]: Add gsl.
    [native-inputs]: Remove gsl.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1b36503..736fd68 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21664,17 +21664,17 @@ machine learning, visually representing text and text 
analyses, and more.")
 (define-public r-topicmodels
   (package
     (name "r-topicmodels")
-    (version "0.2-11")
+    (version "0.2-12")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "topicmodels" version))
        (sha256
         (base32
-         "0jmp6wva99y0w40cfw7b0faylndhjam097x36ilc4vmyczcv89lw"))))
+         "1d6iizmn042b59q2y6qc82z19wq3xm0zvgkf8iqf8fdzh51kmn5g"))))
     (properties `((upstream-name . "topicmodels")))
     (build-system r-build-system)
-    (native-inputs
+    (inputs
      `(("gsl" ,gsl)))
     (propagated-inputs
      `(("r-modeltools" ,r-modeltools)



reply via email to

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