gnu: r-segmented: Update to 1.5-0.

* gnu/packages/statistics.scm (r-segmented): Update to 1.5-0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:58 +02:00
parent acf09b40b5
commit b2197d6e07
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")