aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-08-25 23:17:18 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-08-26 11:39:38 +0200
commitfddaaba285cb4be12885427fac3d1d7f4dadea0e (patch)
treed8fea2ddac65e2076d970e803e91781830cd8632 /gnu
parent230df703765f45274f7f89f3e706faae71b59eb6 (diff)
downloadguix-fddaaba285cb4be12885427fac3d1d7f4dadea0e.tar
guix-fddaaba285cb4be12885427fac3d1d7f4dadea0e.tar.gz
gnu: r-hunspell: Update to 3.0.4.
* gnu/packages/cran.scm (r-hunspell): Update to 3.0.4. Change-Id: Id818aece69eae53bc83b1a14a881a028bb4b5951
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 622b69dad6..2acaf81fe6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37299,14 +37299,14 @@ consistent interface, and the package is built on the @code{stringi} and
(define-public r-hunspell
(package
(name "r-hunspell")
- (version "3.0.3")
+ (version "3.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "hunspell" version))
(sha256
(base32
- "1ws2hhrn3iw89vs17q9claf0cip5hy6rbgdr4dcjmzrdlrri9apx"))))
+ "1yvrvjyiki4qh3b98npc2ppiwva0pxkv58a5pk7kzdnxk2gfcxwv"))))
(properties `((upstream-name . "hunspell")))
(build-system r-build-system)
(propagated-inputs