mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-rxnat: Update to 1.0.14.
* gnu/packages/cran.scm (r-rxnat): Update to 1.0.14. [propagated-inputs]: Add r-tibble.
This commit is contained in:
parent
56e52ad97d
commit
34c8d0df59
1 changed files with 4 additions and 3 deletions
|
@ -22333,21 +22333,22 @@ (define-public r-rcdd
|
|||
(define-public r-rxnat
|
||||
(package
|
||||
(name "r-rxnat")
|
||||
(version "1.0.12")
|
||||
(version "1.0.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rxnat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06w99b5lvpycykzlga6grw33zkajwbb04s89s37wy9zxy42vc4cb"))))
|
||||
"00fl68pa0c2vy4xlny67pn41lzgm7b97wgg3dwm6z35izca62l11"))))
|
||||
(properties
|
||||
`((upstream-name . "Rxnat")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
("r-httr" ,r-httr)
|
||||
("r-rcurl" ,r-rcurl)))
|
||||
("r-rcurl" ,r-rcurl)
|
||||
("r-tibble" ,r-tibble)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://cran.r-project.org/web/packages/Rxnat/")
|
||||
|
|
Loading…
Reference in a new issue