me
/
guix
Archived
1
0
Fork 0

gnu: r-trend: Update to 1.1.4.

* gnu/packages/cran.scm (r-trend): Update to 1.1.4.
master
Ricardo Wurmus 2020-10-05 22:13:06 +02:00
parent e010576266
commit 6fbb3c9abe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5227,14 +5227,14 @@ interface.")
(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)))