guix-commits
[Top][All Lists]
Advanced

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

178/211: gnu: r-wordspace: Update to 0.2-8.


From: guix-commits
Subject: 178/211: gnu: r-wordspace: Update to 0.2-8.
Date: Tue, 20 Sep 2022 06:24:41 -0400 (EDT)

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

commit 98aa89223ac484f1d45b607e2827eec030120c70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:33 2022 +0200

    gnu: r-wordspace: Update to 0.2-8.
    
    * gnu/packages/cran.scm (r-wordspace): Update to 0.2-8.
---
 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 53190696b8..fa213f7429 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34157,13 +34157,13 @@ parsing.")
 (define-public r-wordspace
   (package
     (name "r-wordspace")
-    (version "0.2-7")
+    (version "0.2-8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "wordspace" version))
        (sha256
-        (base32 "0hrjv5mag7gwl4wj7np248sdyns5i623wl37b11hlgalhbmlypyf"))))
+        (base32 "17fqd4zrsklv2ik3lg00x66yasfh1kyhs3k9ri6lrk56wwv6hzb2"))))
     (properties `((upstream-name . "wordspace")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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