mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
e59f4ecda8
commit
2be47c7a9a
1 changed files with 2 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue