mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-selectr: Update to 0.4-1.
* gnu/packages/cran.scm (r-selectr): Update to 0.4-1. [propagated-inputs]: Add r-r6.
This commit is contained in:
parent
aeca5f0c5b
commit
41e8bd77f3
1 changed files with 5 additions and 3 deletions
|
@ -113,16 +113,18 @@ (define-public r-rvest
|
||||||
(define-public r-selectr
|
(define-public r-selectr
|
||||||
(package
|
(package
|
||||||
(name "r-selectr")
|
(name "r-selectr")
|
||||||
(version "0.3-2")
|
(version "0.4-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "selectr" version))
|
(uri (cran-uri "selectr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kdrj64rqg4z6hg92y9r2h602a2i73r5rnlpg23ys33d5d32n8jy"))))
|
"1jp27rxks4w29l47k42869hp8hnkzq2rnvsqbr44wd19fqb2zm4b"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-stringr" ,r-stringr)))
|
(propagated-inputs
|
||||||
|
`(("r-stringr" ,r-stringr)
|
||||||
|
("r-r6" ,r-r6)))
|
||||||
(home-page "https://sjp.co.nz/projects/selectr/")
|
(home-page "https://sjp.co.nz/projects/selectr/")
|
||||||
(synopsis "Translate CSS selectors to XPath expressions")
|
(synopsis "Translate CSS selectors to XPath expressions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue