mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-trend: Update to 1.1.4.
* gnu/packages/cran.scm (r-trend): Update to 1.1.4.
This commit is contained in:
parent
e010576266
commit
6fbb3c9abe
1 changed files with 2 additions and 2 deletions
|
@ -5227,14 +5227,14 @@ (define-public r-cubature
|
|||
(define-public r-trend
|
||||
(package
|
||||
(name "r-trend")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "trend" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bj40acr1sc7vfxdcsdja3g28xsmrclmgb3n94p89gfjcgp8nv1d"))))
|
||||
"1mr5g5gaxiqj6x83ngcbwwh57vhrhcz0x9dh0rmvs9y2ivk29ccs"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-extradistr" ,r-extradistr)))
|
||||
|
|
Loading…
Reference in a new issue