1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-posterior: Update to 1.7.0.

* gnu/packages/cran.scm (r-posterior): Update to 1.7.0.

Change-Id: I7053e29e54d42cbb82a45d19831accc849df796a
This commit is contained in:
Ricardo Wurmus
2026-04-02 11:49:26 +02:00
parent ff529218e4
commit 2bc95c61a7

View File

@@ -49690,14 +49690,14 @@ including means, variances, intervals, and highest density regions.")
(define-public r-posterior
(package
(name "r-posterior")
(version "1.6.1")
(version "1.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "posterior" version))
(sha256
(base32
"16d7gfg8mfx89gz365a6cjc5zl0vs0wbr2gcn8n597sc7yyxf1z5"))))
"1p40awi0vp26524fvbcwx24fs3siq65b9s9m97h0jk7arsy0a0s3"))))
(properties `((upstream-name . "posterior")))
(build-system r-build-system)
(propagated-inputs