mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-mda: Update to 0.5-3.
* gnu/packages/cran.scm (r-mda): Update to 0.5-3.
This commit is contained in:
parent
78f653116a
commit
d26d9d82eb
1 changed files with 2 additions and 2 deletions
|
@ -21737,14 +21737,14 @@ (define-public r-accrued
|
|||
(define-public r-mda
|
||||
(package
|
||||
(name "r-mda")
|
||||
(version "0.5-2")
|
||||
(version "0.5-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mda" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
|
||||
"0qw4scc2w7jmnxssj5w2mdxb9rrl4dscqn54gplzm1gk2yf419mx"))))
|
||||
(properties `((upstream-name . "mda")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-class))
|
||||
|
|
Loading…
Reference in a new issue