mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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 @@ (define-public r-rematch2
|
|||
(define-public r-picante
|
||||
(package
|
||||
(name "r-picante")
|
||||
(version "1.8.1")
|
||||
(version "1.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "picante" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b16zm8zjjsl181b8krkdcrbcw347kf772c4w7y5332qmfi7jhz0"))))
|
||||
"19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ape" ,r-ape)
|
||||
|
|
Loading…
Reference in a new issue