~ruther/guix-local

fe4afd464f52889e5aac610d70e52f3f4897040d — Ricardo Wurmus 1 year, 7 days ago 558c7fb
gnu: r-hunspell: Update to 3.0.6.

* gnu/packages/cran.scm (r-hunspell): Update to 3.0.6.
[properties]: Record updater-ignored-native-inputs.

Change-Id: Ic1aedaf47257119461edf7f6e082f16f4ff8bd03
1 files changed, 6 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +6 -3
@@ 48597,15 48597,18 @@ consistent interface, and the package is built on the @code{stringi} and
(define-public r-hunspell
  (package
    (name "r-hunspell")
    (version "3.0.5")
    (version "3.0.6")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "hunspell" version))
       (sha256
        (base32
         "0fpwj1ymccxqasm34x5cnhc2c72nrkagk5c63kz7zj7mjkdavkmw"))))
    (properties `((upstream-name . "hunspell")))
         "0dbmg015m7ab17s7dqlw8d0pj7xkqk6fr8ggaan1w22fxwpdy8s0"))))
    (properties
     '((upstream-name . "hunspell")
       ;; Avoid dependency cycle.
       (updater-ignored-native-inputs . ("r-spelling"))))
    (build-system r-build-system)
    (propagated-inputs
     (list r-digest r-rcpp))