gnu: r-isoband: Update to 0.2.4.

* gnu/packages/cran.scm (r-isoband): Update to 0.2.4.
[propagated-inputs]: Remove r-testthat.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:41:07 +01:00
parent e59f4ecda8
commit 2be47c7a9a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23365,18 +23365,16 @@ (define-public r-zseq
(define-public r-isoband
(package
(name "r-isoband")
(version "0.2.3")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "isoband" version))
(sha256
(base32
"1zkzdc39dpw2z59bjck27nimz9a2vskmw0f7wb17s53dvy7k3lzr"))))
"0z1qpxcl8b6fi691fbdr3vrb19mn4pas1iff62zl1bafzbdvpmcn"))))
(properties `((upstream-name . "isoband")))
(build-system r-build-system)
(propagated-inputs
`(("r-testthat" ,r-testthat)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/wilkelab/isoband")