mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-dae: Update to 3.2-13.
* gnu/packages/cran.scm (r-dae): Update to 3.2-13.
This commit is contained in:
parent
c1d7ba16ad
commit
7a2d963c2c
1 changed files with 2 additions and 2 deletions
|
@ -19174,14 +19174,14 @@ (define-public r-ibreakdown
|
|||
(define-public r-dae
|
||||
(package
|
||||
(name "r-dae")
|
||||
(version "3.2-11")
|
||||
(version "3.2-13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dae" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jrdfaw6aqv7k323yscsfpdkb3c4vi5ibncl6m96b9820pvycsz8"))))
|
||||
"0mq94ah21p1glvsbvdmi2p7nlgz1bvq7w3rz2z3mdqq18kz6nkjw"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue