gnu: r-picante: Update to 1.8.1.

* gnu/packages/cran.scm (r-picante): Update to 1.8.1.
This commit is contained in:
Ricardo Wurmus 2020-02-19 21:15:37 +01:00
parent 5e1c84e5f0
commit 3f1c75ee3a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -12687,14 +12687,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") (version "1.8.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "picante" version)) (uri (cran-uri "picante" version))
(sha256 (sha256
(base32 (base32
"1bcq2j7fs89c2jib68qq6la67rxyg9raryf162mwvjakpf6k19l1")))) "1b16zm8zjjsl181b8krkdcrbcw347kf772c4w7y5332qmfi7jhz0"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ape" ,r-ape) `(("r-ape" ,r-ape)