me
/
guix
Archived
1
0
Fork 0

gnu: r-picante: Update to 1.8.1.

* gnu/packages/cran.scm (r-picante): Update to 1.8.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -12687,14 +12687,14 @@ return the match results in tidy data frames.")
(define-public r-picante
(package
(name "r-picante")
(version "1.8")
(version "1.8.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "picante" version))
(sha256
(base32
"1bcq2j7fs89c2jib68qq6la67rxyg9raryf162mwvjakpf6k19l1"))))
"1b16zm8zjjsl181b8krkdcrbcw347kf772c4w7y5332qmfi7jhz0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ape" ,r-ape)