me
/
guix
Archived
1
0
Fork 0

gnu: r-isoband: Update to 0.2.4.

* gnu/packages/cran.scm (r-isoband): Update to 0.2.4.
[propagated-inputs]: Remove r-testthat.
master
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
1 changed files with 2 additions and 4 deletions

View File

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