gnu: r-selectr: Update to 0.4-2.
* gnu/packages/cran.scm (r-selectr): Update to 0.4-2.
This commit is contained in:
parent
19b85d029c
commit
33ac190105
1 changed files with 2 additions and 3 deletions
|
@ -314,14 +314,13 @@ scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
|
||||||
(define-public r-selectr
|
(define-public r-selectr
|
||||||
(package
|
(package
|
||||||
(name "r-selectr")
|
(name "r-selectr")
|
||||||
(version "0.4-1")
|
(version "0.4-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "selectr" version))
|
(uri (cran-uri "selectr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
|
||||||
"1jp27rxks4w29l47k42869hp8hnkzq2rnvsqbr44wd19fqb2zm4b"))))
|
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-stringr" ,r-stringr)
|
`(("r-stringr" ,r-stringr)
|
||||||
|
|
Reference in a new issue