gnu: r-poibin: Update to 1.6.

* gnu/packages/cran.scm (r-poibin): Update to 1.6.

Change-Id: I697841e0d5baf8ef175316f32261438547186467
This commit is contained in:
Ricardo Wurmus 2024-08-25 23:17:16 +02:00
parent f716ce267a
commit 99cc35df8b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -31893,14 +31893,14 @@ Langford (2006) @url{doi:10.1145/1143844.1143857}.")
(define-public r-poibin (define-public r-poibin
(package (package
(name "r-poibin") (name "r-poibin")
(version "1.5") (version "1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "poibin" version)) (uri (cran-uri "poibin" version))
(sha256 (sha256
(base32 (base32
"1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v")))) "1y5wxpvp3nxn57lgnkmd92n2y5y5dh5mhk62kcv8dbly1gnpkl0a"))))
(properties `((upstream-name . "poibin"))) (properties `((upstream-name . "poibin")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/poibin/") (home-page "https://cran.r-project.org/web/packages/poibin/")