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 @@ of the points.")
|
||||||
(define-public r-fpc
|
(define-public r-fpc
|
||||||
(package
|
(package
|
||||||
(name "r-fpc")
|
(name "r-fpc")
|
||||||
(version "2.2-11")
|
(version "2.2-12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fpc" version))
|
(uri (cran-uri "fpc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06j1dzlf96qcaiqg8m5iah9rmwdppky04xjhs8k4rh0k12wr0mc2"))))
|
"11s7211mnb9c72061mrcdfdwfph6nmbwcnpjgl32i2p7qys9cnam"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-class
|
(list r-class
|
||||||
|
|
Reference in a new issue