gnu: r-fda: Update to 5.1.4.

* gnu/packages/cran.scm (r-fda): Update to 5.1.4.
This commit is contained in:
Ricardo Wurmus 2020-04-27 17:31:09 +02:00
parent e1fe5e9bed
commit 2c439cae92
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18333,14 +18333,14 @@ (define-public r-actfrag
(define-public r-fda
(package
(name "r-fda")
(version "2.4.8.1")
(version "5.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "fda" version))
(sha256
(base32
"0g50kj1dx7zarjv0lgwyzd2c7bv6di7nkndmywday5vjywgl8m7a"))))
"0js4ggl3aiwsqk6npwz72yhcznkb63smddds24ngf6a0p8yp5p2x"))))
(properties `((upstream-name . "fda")))
(build-system r-build-system)
(propagated-inputs