guix-commits
[Top][All Lists]
Advanced

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

152/211: gnu: r-hunspell: Update to 3.0.2.


From: guix-commits
Subject: 152/211: gnu: r-hunspell: Update to 3.0.2.
Date: Tue, 20 Sep 2022 06:24:36 -0400 (EDT)

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

commit 32b3de616ea2330b70c9b5ee9e4f7de8fd8625f4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:25 2022 +0200

    gnu: r-hunspell: Update to 3.0.2.
    
    * gnu/packages/cran.scm (r-hunspell): Update to 3.0.2.
---
 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 9e6b8cda01..a20276bea7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29899,14 +29899,14 @@ consistent interface, and the package is built on the 
@code{stringi} and
 (define-public r-hunspell
   (package
     (name "r-hunspell")
-    (version "3.0.1")
+    (version "3.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "hunspell" version))
        (sha256
         (base32
-         "0ql6y05d4xxpm468rslb0wxdp1x9l3flxzmb5w6pjg617f8vpv8z"))))
+         "0kij39rhsx7s4lfddy6745f1zjyi003srj14ckjpbhkcyxamk8jy"))))
     (properties `((upstream-name . "hunspell")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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