gnu: r-picante: Update to 1.8.2.

* gnu/packages/cran.scm (r-picante): Update to 1.8.2.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:10:28 +02:00
parent e27fc23b07
commit 2de55fbab9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)