1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-03 07:45:55 +02:00

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

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

Change-Id: Ic6e3f13f121e0503b12908f45d6342d84be786f0
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-20 07:17:29 +01:00
committed by Rutherther
parent a73ed64983
commit 41b134a865
+2 -2
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")