mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-hunspell: Update to 3.0.1.
* gnu/packages/cran.scm (r-hunspell): Update to 3.0.1.
This commit is contained in:
parent
9bc39d8382
commit
f7642d2fd2
1 changed files with 2 additions and 2 deletions
|
@ -24804,14 +24804,14 @@ (define-public r-tokenizers
|
|||
(define-public r-hunspell
|
||||
(package
|
||||
(name "r-hunspell")
|
||||
(version "3.0")
|
||||
(version "3.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hunspell" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mwqw5p0ph083plm2hr2hqr50bjg2dw862dpsfm4l2fgyy3rryq1"))))
|
||||
"0ql6y05d4xxpm468rslb0wxdp1x9l3flxzmb5w6pjg617f8vpv8z"))))
|
||||
(properties `((upstream-name . "hunspell")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue