me
/
guix
Archived
1
0
Fork 0

gnu: r-trend: Update to 1.1.2.

* gnu/packages/cran.scm (r-trend): Update to 1.1.2.
master
Ricardo Wurmus 2020-01-16 05:41:54 +01:00
parent b3f02e1af5
commit dc196dfd44
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4620,14 +4620,14 @@ interface.")
(define-public r-trend
(package
(name "r-trend")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "trend" version))
(sha256
(base32
"1bd567n15k2vpmgbx02584k5kglrc58mlb5kgd07wdss3knpa48q"))))
"09b6ycyfgs4xlhx6kn6qm5rl2acp58hzhv8qclzn3kb1wjjyvxy5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-extradistr" ,r-extradistr)))