mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-hunspell: Update to 3.0.2.
* gnu/packages/cran.scm (r-hunspell): Update to 3.0.2.
This commit is contained in:
parent
602ba03fa7
commit
e919e4561e
1 changed files with 2 additions and 2 deletions
|
@ -29899,14 +29899,14 @@ (define-public r-tokenizers
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue