diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-08-25 23:17:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-08-26 11:39:38 +0200 |
commit | 99cc35df8b52f66278e4fbd49c89bc66e7c6e90c (patch) | |
tree | ff9897f82785df54fe688d62fd84aefd003d8748 | |
parent | f716ce267affdfe6dd94728fc15f86cba5a64440 (diff) | |
download | guix-99cc35df8b52f66278e4fbd49c89bc66e7c6e90c.tar.gz guix-99cc35df8b52f66278e4fbd49c89bc66e7c6e90c.zip |
gnu: r-poibin: Update to 1.6.
* gnu/packages/cran.scm (r-poibin): Update to 1.6.
Change-Id: I697841e0d5baf8ef175316f32261438547186467
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 9f854cf46f..db3974857d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -31893,14 +31893,14 @@ Langford (2006) @url{doi:10.1145/1143844.1143857}.") (define-public r-poibin (package (name "r-poibin") - (version "1.5") + (version "1.6") (source (origin (method url-fetch) (uri (cran-uri "poibin" version)) (sha256 (base32 - "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v")))) + "1y5wxpvp3nxn57lgnkmd92n2y5y5dh5mhk62kcv8dbly1gnpkl0a")))) (properties `((upstream-name . "poibin"))) (build-system r-build-system) (home-page "https://cran.r-project.org/web/packages/poibin/") |