gnu: r-fda: Update to 6.0.4.

* gnu/packages/cran.scm (r-fda): Update to 6.0.4.
This commit is contained in:
Ricardo Wurmus 2022-07-01 15:30:04 +02:00
parent efeb6ba6a1
commit 9ccb54d8de
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23109,14 +23109,14 @@ (define-public r-fds
(define-public r-fda
(package
(name "r-fda")
(version "6.0.3")
(version "6.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "fda" version))
(sha256
(base32
"1lvp4i4hqz650k27sa5flbdlkalihc79xy9128hfhr16h6wi8n10"))))
"0r2a1rsg904gz6vwcw5jrji7a7pspkfcxmnl9dswpglkn2dsans2"))))
(properties `((upstream-name . "fda")))
(build-system r-build-system)
(propagated-inputs