me
/
guix
Archived
1
0
Fork 0

gnu: r-rversions: Update to 2.1.1.

* gnu/packages/statistics.scm (r-rversions): Update to 2.1.1.
master
Ricardo Wurmus 2021-06-02 17:23:07 +02:00
parent 80f2d363b8
commit a8313bfbae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2098,13 +2098,13 @@ jackknifed confidence intervals are available for most estimates.")
(define-public r-rversions (define-public r-rversions
(package (package
(name "r-rversions") (name "r-rversions")
(version "2.0.2") (version "2.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rversions" version)) (uri (cran-uri "rversions" version))
(sha256 (sha256
(base32 (base32
"0ghpla5r3d6zh5dn6d6ii5p0a952lcdv004m88fk8r9k76vz88rm")))) "1cbwwbz8lqx2n33xr4q904whvld22s63rpyy1nn93395l7ssrakr"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-curl" ,r-curl) `(("r-curl" ,r-curl)