1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

gnu: r-segmented: Update to 2.1-3.

* gnu/packages/statistics.scm (r-segmented): Update to 2.1-3.

Change-Id: If4f07671a8ca4514970caaa59d00e35ac1f1c5b1
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:01:08 +01:00
parent 0342b7ff8e
commit 94fbbd35dc
+2 -2
View File
@@ -3728,14 +3728,14 @@ statements.")
(define-public r-segmented
(package
(name "r-segmented")
(version "2.1-2")
(version "2.1-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "segmented" version))
(sha256
(base32
"1nq37pf22mnsvvpxcfisryypkbfx8xknn6rjzyb2wmpa57vsrgpb"))))
"0h3c6gnhy7242phidzia8ly1sa8x9xyspqlbbj0g9w4vxqby4bh7"))))
(build-system r-build-system)
(propagated-inputs (list r-mass r-nlme))
(home-page "https://cran.r-project.org/web/packages/segmented")