mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-dae: Update to 3.2.15.
* gnu/packages/cran.scm (r-dae): Update to 3.2.15.
This commit is contained in:
parent
75befe143f
commit
c040a41dbd
1 changed files with 2 additions and 2 deletions
|
@ -23351,14 +23351,14 @@ (define-public r-ibreakdown
|
|||
(define-public r-dae
|
||||
(package
|
||||
(name "r-dae")
|
||||
(version "3.2-14")
|
||||
(version "3.2.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dae" version))
|
||||
(sha256
|
||||
(base32
|
||||
"157bx6b06xxz5wsj4miarfx820ds7dsjx2bfyjzf6845pmvg4hjb"))))
|
||||
"1qi90gr87imhc01iadghjkifni6j5pbcsi2z55hylqfbpwffcmnl"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-plyr))
|
||||
|
|
Loading…
Reference in a new issue