me
/
guix
Archived
1
0
Fork 0

gnu: r-mda: Update to 0.5.

* gnu/packages/cran.scm (r-mda): Update to 0.5.
master
Ricardo Wurmus 2020-05-12 16:57:59 +02:00
parent 5f910e0173
commit 79408a2032
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17224,14 +17224,14 @@ data.")
(define-public r-mda
(package
(name "r-mda")
(version "0.4-10")
(version "0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "mda" version))
(sha256
(base32
"19g6kn6g0shidrjfffklbmzc5w7mcimrxhagx4nmpslg59ibqdkh"))))
"01pjrz9xv1rx78ndy0x9dc32ws8brcvwyb500m1f0dqd42375vmx"))))
(properties `((upstream-name . "mda")))
(build-system r-build-system)
(propagated-inputs `(("r-class" ,r-class)))