mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
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 @@ (define-public r-rvest
|
|||
(define-public r-selectr
|
||||
(package
|
||||
(name "r-selectr")
|
||||
(version "0.4-1")
|
||||
(version "0.4-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "selectr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jp27rxks4w29l47k42869hp8hnkzq2rnvsqbr44wd19fqb2zm4b"))))
|
||||
(base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-stringr" ,r-stringr)
|
||||
|
|
Loading…
Reference in a new issue