gnu: r-brglm: Update to 0.7.2.

* gnu/packages/cran.scm (r-brglm): Update to 0.7.2.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:07 +02:00
parent d11b3f575f
commit 070b766127
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8145,14 +8145,14 @@ (define-public r-profilemodel
(define-public r-brglm
(package
(name "r-brglm")
(version "0.7.1")
(version "0.7.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "brglm" version))
(sha256
(base32
"1v68ma1agwhxar76mfvdfkcnd5h4gmxiz8j491rhdsckg271j7sa"))))
"08shcz0j1npdn7xkhsvlzs3z4rdwq3g4rk6a4xx8wirqw8n8s2an"))))
(properties `((upstream-name . "brglm")))
(build-system r-build-system)
(propagated-inputs