Archived
1
0
Fork 0

gnu: r-hunspell: Update to 3.0.3.

* gnu/packages/cran.scm (r-hunspell): Update to 3.0.3.
This commit is contained in:
Ricardo Wurmus 2023-10-06 12:56:41 +02:00
parent 33f4951444
commit 326775b345
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -35022,14 +35022,14 @@ consistent interface, and the package is built on the @code{stringi} and
(define-public r-hunspell (define-public r-hunspell
(package (package
(name "r-hunspell") (name "r-hunspell")
(version "3.0.2") (version "3.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "hunspell" version)) (uri (cran-uri "hunspell" version))
(sha256 (sha256
(base32 (base32
"0kij39rhsx7s4lfddy6745f1zjyi003srj14ckjpbhkcyxamk8jy")))) "1ws2hhrn3iw89vs17q9claf0cip5hy6rbgdr4dcjmzrdlrri9apx"))))
(properties `((upstream-name . "hunspell"))) (properties `((upstream-name . "hunspell")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs