Archived
1
0
Fork 0

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