rekado pushed a commit to branch master
in repository guix.
commit dd01a9afe718dfd36f72ca8bea6143a0bf28650f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Oct 31 13:41:46 2020 +0100
gnu: r-brglm: Update to 0.7.1.
* gnu/packages/cran.scm (r-brglm): Update to 0.7.1.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fbadea5..9b2f8b8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6971,14 +6971,14 @@ on the methods that are implemented can be found in
Kosmidis (2008)
(define-public r-brglm
(package
(name "r-brglm")
- (version "0.6.2")
+ (version "0.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "brglm" version))
(sha256
(base32
- "0c9ngscc6zlfm90fqyggnj04qfkhp5qgf5q3wnfpxwyc8cm47by2"))))
+ "1v68ma1agwhxar76mfvdfkcnd5h4gmxiz8j491rhdsckg271j7sa"))))
(properties `((upstream-name . "brglm")))
(build-system r-build-system)
(propagated-inputs