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

gnu: r-bma: Update to 3.18.21.

* gnu/packages/cran.scm (r-bma): Update to 3.18.21.

Change-Id: Ib8e813ba1e9562dbdd66218b44075f9bf529569b
This commit is contained in:
Ricardo Wurmus
2026-03-16 21:15:17 +01:00
parent ebbd626dd2
commit 8b97433808

View File

@@ -985,13 +985,13 @@ date/time formats with varying specificity.")
(define-public r-bma
(package
(name "r-bma")
(version "3.18.20")
(version "3.18.21")
(source
(origin
(method url-fetch)
(uri (cran-uri "BMA" version))
(sha256
(base32 "18rhz04ykd4gpf8wkj93x5q64ng0x44w7bakhjrsigrcpxnajwid"))))
(base32 "0q2fd0s5mfjx0wzm9x3d5mcsbypixxf0ypklqcf93595iw61n2ym"))))
(properties `((upstream-name . "BMA")))
(build-system r-build-system)
(propagated-inputs (list r-inline r-leaps r-robustbase r-rrcov r-survival))