me
/
guix
Archived
1
0
Fork 0

gnu: r-dae: Update to 3.1-27.

* gnu/packages/cran.scm (r-dae): Update to 3.1-27.
master
Ricardo Wurmus 2020-08-04 16:06:50 +02:00
parent cbfb8812f1
commit 317ed8d073
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15798,14 +15798,14 @@ classification and regression models.")
(define-public r-dae (define-public r-dae
(package (package
(name "r-dae") (name "r-dae")
(version "3.0-32") (version "3.1-27")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "dae" version)) (uri (cran-uri "dae" version))
(sha256 (sha256
(base32 (base32
"0syv6kjnicb0x7sxbaavxhiv9mcqvc2zzbf4wyar933q3hzrxnrd")))) "14q3cxhcz0zqjdkas0dl71k2bp5qwvb60gha47s78hdr38r46kml"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)