mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-brglm: Update to 0.7.2.
* gnu/packages/cran.scm (r-brglm): Update to 0.7.2.
This commit is contained in:
parent
d11b3f575f
commit
070b766127
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue