me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-segmented): Update to 1.5-0.
master
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
1 changed files with 2 additions and 2 deletions

View File

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