mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-fpc: Update to 2.2-12.
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-12. Change-Id: I0da322d7059b27b08de6f07216fc250827554412
This commit is contained in:
parent
5a4c6947a3
commit
5fe06b3bc5
1 changed files with 2 additions and 2 deletions
|
@ -5839,14 +5839,14 @@ (define-public r-trimcluster
|
|||
(define-public r-fpc
|
||||
(package
|
||||
(name "r-fpc")
|
||||
(version "2.2-11")
|
||||
(version "2.2-12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "fpc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06j1dzlf96qcaiqg8m5iah9rmwdppky04xjhs8k4rh0k12wr0mc2"))))
|
||||
"11s7211mnb9c72061mrcdfdwfph6nmbwcnpjgl32i2p7qys9cnam"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-class
|
||||
|
|
Loading…
Reference in a new issue