mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-dae: Update to 3.1-37.
* gnu/packages/cran.scm (r-dae): Update to 3.1-37.
This commit is contained in:
parent
3cfed8ca6a
commit
ad59fd9e60
1 changed files with 2 additions and 2 deletions
|
@ -17462,14 +17462,14 @@ (define-public r-ibreakdown
|
|||
(define-public r-dae
|
||||
(package
|
||||
(name "r-dae")
|
||||
(version "3.1-32")
|
||||
(version "3.1-37")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dae" version))
|
||||
(sha256
|
||||
(base32
|
||||
"126w1lb9pz8mb2ajl2vz5dj798nbifp0dypnzfgcwixif5g5bpqi"))))
|
||||
"102fgbdpn7yvm1zj180cv4sr1096sz35d4gndsv7w9kriqyi1c1l"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue