gnu: r-hunspell: Update to 3.0.4.

* gnu/packages/cran.scm (r-hunspell): Update to 3.0.4.

Change-Id: Id818aece69eae53bc83b1a14a881a028bb4b5951
This commit is contained in:
Ricardo Wurmus 2024-08-25 23:17:18 +02:00
parent 230df70376
commit fddaaba285
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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