mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-fda: Update to 6.1.4.
* gnu/packages/cran.scm (r-fda): Update to 6.1.4.
This commit is contained in:
parent
8c01b74e91
commit
b5c7614037
1 changed files with 2 additions and 2 deletions
|
@ -27524,14 +27524,14 @@ (define-public r-fds
|
||||||
(define-public r-fda
|
(define-public r-fda
|
||||||
(package
|
(package
|
||||||
(name "r-fda")
|
(name "r-fda")
|
||||||
(version "6.0.5")
|
(version "6.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fda" version))
|
(uri (cran-uri "fda" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wdq35acxavarh7qrxxmdpcjc9jcs56mp3p9rbb4qa35ziv5fi0l"))))
|
"0595887hv80blx9aq63qnmc9vr022p21zqhgp2wmdjvq1g68x0g2"))))
|
||||||
(properties `((upstream-name . "fda")))
|
(properties `((upstream-name . "fda")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue