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

* gnu/packages/statistics.scm (r-segmented): Update to 2.2-0.

Change-Id: Ic6e3f13f121e0503b12908f45d6342d84be786f0
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:29 +01:00
parent 2025936c89
commit c0778967ae
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2042,14 +2042,14 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-segmented
(package
(name "r-segmented")
(version "2.1-4")
(version "2.2-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "segmented" version))
(sha256
(base32
"1sziji3cs46admkawvxjl4idc7krnijf9amfk2fzbk8c3b4fglmb"))))
"1vfn2irpra264biisjd0ild7xcga8swy0jwh2i5pb7yw8wc9mlmx"))))
(build-system r-build-system)
(propagated-inputs (list r-mass r-nlme))
(home-page "https://cran.r-project.org/web/packages/segmented")