mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-segmented: Update to 1.5-0.
* gnu/packages/statistics.scm (r-segmented): Update to 1.5-0.
This commit is contained in:
parent
acf09b40b5
commit
b2197d6e07
1 changed files with 2 additions and 2 deletions
|
@ -3139,14 +3139,14 @@ (define-public r-futile-logger
|
|||
(define-public r-segmented
|
||||
(package
|
||||
(name "r-segmented")
|
||||
(version "1.4-1")
|
||||
(version "1.5-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "segmented" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aagn2v48ncwxx79h601nlalbgc40fc81nqaw6nbncqkqm0zaxi3"))))
|
||||
"1d8np6psnmqyq3bxxd17ivp6pq6p8rx5hal4bgz8ckc4d1i9lp6n"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-mass))
|
||||
(home-page "https://cran.r-project.org/web/packages/segmented")
|
||||
|
|
Loading…
Reference in a new issue