mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: r-forcats: Update to 0.5.0.
* gnu/packages/statistics.scm (r-forcats): Update to 0.5.0.
This commit is contained in:
parent
3f809fe875
commit
7a4b2da48f
1 changed files with 2 additions and 2 deletions
|
@ -5480,14 +5480,14 @@ (define-public r-fdrtool
|
||||||
(define-public r-forcats
|
(define-public r-forcats
|
||||||
(package
|
(package
|
||||||
(name "r-forcats")
|
(name "r-forcats")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "forcats" version))
|
(uri (cran-uri "forcats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cnjh23z59fhbjmy7y95425hcq3m5wrwqvahsxwi7zm6d9bwp0vw"))))
|
"1i4hblsjgwkrcwgvgsb5yj33pw1hwdj3lr9dvxymkv1kjdw0x5lg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ellipsis" ,r-ellipsis)
|
`(("r-ellipsis" ,r-ellipsis)
|
||||||
|
|
Loading…
Reference in a new issue