me
/
guix
Archived
1
0
Fork 0

gnu: r-fda: Update to 5.1.5.1.

* gnu/packages/cran.scm (r-fda): Update to 5.1.5.1.
master
Ricardo Wurmus 2020-08-12 11:58:46 +02:00
parent eaa1cc3bb6
commit ac6ce7bb52
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18780,14 +18780,14 @@ actigraphy-measured activity counts data.")
(define-public r-fda
(package
(name "r-fda")
(version "5.1.4")
(version "5.1.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "fda" version))
(sha256
(base32
"0js4ggl3aiwsqk6npwz72yhcznkb63smddds24ngf6a0p8yp5p2x"))))
"0zi001cw5536x6rgr4l0skva7fk53663zf6ggnsa8znml090sihm"))))
(properties `((upstream-name . "fda")))
(build-system r-build-system)
(propagated-inputs