me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-segmented): Update to 1.6-4.
master
Ricardo Wurmus 2023-04-17 11:10:36 +02:00
parent 7e80f058ca
commit 303acb3a0b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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