gnu: r-picante: Update to 1.8.2.
* gnu/packages/cran.scm (r-picante): Update to 1.8.2.
This commit is contained in:
parent
e27fc23b07
commit
2de55fbab9
1 changed files with 2 additions and 2 deletions
|
@ -12977,14 +12977,14 @@ return the match results in tidy data frames.")
|
||||||
(define-public r-picante
|
(define-public r-picante
|
||||||
(package
|
(package
|
||||||
(name "r-picante")
|
(name "r-picante")
|
||||||
(version "1.8.1")
|
(version "1.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "picante" version))
|
(uri (cran-uri "picante" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b16zm8zjjsl181b8krkdcrbcw347kf772c4w7y5332qmfi7jhz0"))))
|
"19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ape" ,r-ape)
|
`(("r-ape" ,r-ape)
|
||||||
|
|
Reference in a new issue