guix-commits
[Top][All Lists]
Advanced

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

131/201: gnu: r-topicmodels: Update to 0.2-15.


From: guix-commits
Subject: 131/201: gnu: r-topicmodels: Update to 0.2-15.
Date: Fri, 15 Dec 2023 10:15:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9a8a137afe5c9a750adf59b311216e4edf5cda08
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:17:02 2023 +0100

    gnu: r-topicmodels: Update to 0.2-15.
    
    * gnu/packages/cran.scm (r-topicmodels): Update to 0.2-15.
    
    Change-Id: I4d29dcbdb601de9498b7b166e242fbf8e3c4b91a
---
 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 de08883968..41a425193f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31053,14 +31053,14 @@ machine learning, visually representing text and text 
analyses, and more.")
 (define-public r-topicmodels
   (package
     (name "r-topicmodels")
-    (version "0.2-14")
+    (version "0.2-15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "topicmodels" version))
        (sha256
         (base32
-         "1jaw9fjcl5ac0l57lack9gswqx2wzid1gkwsksyr4dlpxbw0zm5c"))))
+         "1l3pmz6n0sd57bf3d16m9766285d2pmndmv36rf5pffpwiw0zdbi"))))
     (properties `((upstream-name . "topicmodels")))
     (build-system r-build-system)
     (inputs



reply via email to

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