gnu: r-segmented: Update to 2.0-4.

* gnu/packages/statistics.scm (r-segmented): Update to 2.0-4.

Change-Id: Iae911494c64b04540c877e2eb31efb933d4d94c6
This commit is contained in:
Ricardo Wurmus 2024-04-22 12:34:18 +02:00
parent 47a31f95e2
commit b0f21308d2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3589,14 +3589,14 @@ statements.")
(define-public r-segmented
(package
(name "r-segmented")
(version "2.0-3")
(version "2.0-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "segmented" version))
(sha256
(base32
"1f89v6zbxwl6yhx3qi7wrr3rndnxfwaf49mygw357f7cf3i8ma77"))))
"0a7qfs83kgn7g98kiwlk8zm2q9pzgkvmms9l15sgc5y952yig926"))))
(build-system r-build-system)
(propagated-inputs (list r-mass r-nlme))
(home-page "https://cran.r-project.org/web/packages/segmented")