~ruther/guix-local

2c688771c6ee6cb0d162a043f7994647bbee112b — Ricardo Wurmus 1 year, 7 days ago eff1951
gnu: r-fmesher: Update to 0.3.0.

* gnu/packages/cran.scm (r-fmesher): Update to 0.3.0.
[properties]: Record updater-ignored-native-inputs.
[native-inputs]: Add r-ggplot2 and r-sp.

Change-Id: I8f3868a509fd509f28d4d978fb347d33e4704390
1 files changed, 7 insertions(+), 4 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +7 -4
@@ 29357,14 29357,17 @@ for evolution along a phylogenetic tree.")
(define-public r-fmesher
  (package
    (name "r-fmesher")
    (version "0.2.0")
    (version "0.3.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "fmesher" version))
       (sha256
        (base32 "17cpq6yxpa4jwwq8s4s5nd1lvh4jqyxnnqz7bay63vq53g0b4c12"))))
    (properties `((upstream-name . "fmesher")))
        (base32 "1l860v9mr66y7181pi9954hrz9hgfh9yrq8w379asmgi8dm6v400"))))
    (properties
     '((upstream-name . "fmesher")
       ;; Don't have it, don't need it.
       (updater-ignored-native-inputs . ("r-inlabru"))))
    (build-system r-build-system)
    (propagated-inputs (list r-dplyr
                             r-lifecycle


@@ 29374,7 29377,7 @@ for evolution along a phylogenetic tree.")
                             r-sf
                             r-tibble
                             r-withr))
    (native-inputs (list r-knitr r-testthat))
    (native-inputs (list r-ggplot2 r-knitr r-sp r-testthat))
    (home-page "https://inlabru-org.github.io/fmesher/")
    (synopsis "Triangle meshes and related geometry tools")
    (description