gnu: r-trend: Update to 1.1.1.

* gnu/packages/cran.scm (r-trend): Update to 1.1.1.
master
Tobias Geerinckx-Rice 2018-08-20 16:07:42 +02:00
parent dc98bbcad4
commit cd4abb6d4a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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