diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-06 12:56:41 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-06 13:01:48 +0200 |
commit | 326775b345c04bf59c7fbd7af2c6b21c7ac57c94 (patch) | |
tree | e2f2ab1fa7f37f5de8582bd84bf9ce21035f73a2 /gnu/packages | |
parent | 33f4951444a9f11c7202dc0a5eb4df3d4a874543 (diff) |
gnu: r-hunspell: Update to 3.0.3.
* gnu/packages/cran.scm (r-hunspell): Update to 3.0.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3807a323fc..3e72a082ec 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -35022,14 +35022,14 @@ consistent interface, and the package is built on the @code{stringi} and (define-public r-hunspell (package (name "r-hunspell") - (version "3.0.2") + (version "3.0.3") (source (origin (method url-fetch) (uri (cran-uri "hunspell" version)) (sha256 (base32 - "0kij39rhsx7s4lfddy6745f1zjyi003srj14ckjpbhkcyxamk8jy")))) + "1ws2hhrn3iw89vs17q9claf0cip5hy6rbgdr4dcjmzrdlrri9apx")))) (properties `((upstream-name . "hunspell"))) (build-system r-build-system) (propagated-inputs |