mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-dae: Update to 3.1-27.
* gnu/packages/cran.scm (r-dae): Update to 3.1-27.
This commit is contained in:
parent
cbfb8812f1
commit
317ed8d073
1 changed files with 2 additions and 2 deletions
|
@ -15798,14 +15798,14 @@ (define-public r-ibreakdown
|
|||
(define-public r-dae
|
||||
(package
|
||||
(name "r-dae")
|
||||
(version "3.0-32")
|
||||
(version "3.1-27")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dae" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0syv6kjnicb0x7sxbaavxhiv9mcqvc2zzbf4wyar933q3hzrxnrd"))))
|
||||
"14q3cxhcz0zqjdkas0dl71k2bp5qwvb60gha47s78hdr38r46kml"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue