me
/
guix
Archived
1
0
Fork 0

gnu: r-mda: Update to 0.5-3.

* gnu/packages/cran.scm (r-mda): Update to 0.5-3.
master
Ricardo Wurmus 2022-05-28 08:30:40 +02:00
parent 78f653116a
commit d26d9d82eb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21737,14 +21737,14 @@ data.")
(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))