1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

gnu: r-brglm2: Update to 1.0.1.

* gnu/packages/cran.scm (r-brglm2): Update to 1.0.1.

Change-Id: I6031ae780db5b00c4d19dc46c3c9eb702e8f02e3
This commit is contained in:
Ricardo Wurmus
2025-11-25 16:55:04 +01:00
parent c5c0f904e2
commit 86b2c8dbc7

View File

@@ -26747,13 +26747,13 @@ containing one or more SNPs that evolved under directional selection.")
(define-public r-brglm2
(package
(name "r-brglm2")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "brglm2" version))
(sha256
(base32 "0d5nviz5pc4s4xw00icfxlw9dvbklr16lfss46cr6ql57gm8p3m9"))))
(base32 "10nylh533d2kkdkcd61v0zjm5d301k0l9kz04d4dlkaj1pfyvr3x"))))
(properties `((upstream-name . "brglm2")))
(build-system r-build-system)
(propagated-inputs (list r-enrichwith