me
/
guix
Archived
1
0
Fork 0

gnu: r-binom: Update to 1.1-1.1.

* gnu/packages/statistics.scm (r-binom): Update to 1.1-1.1.
master
Ricardo Wurmus 2022-05-28 08:31:02 +02:00
parent 7fadf9bad7
commit 48328055d8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7044,13 +7044,13 @@ the presence of variance components/nonparametric terms for models fit with
(define-public r-binom
(package
(name "r-binom")
(version "1.1-1")
(version "1.1-1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "binom" version))
(sha256
(base32 "0mjj92dqf5q69jxzqya4izb1mly3mkydbnmlm4wb3zqqg82a324c"))))
(base32 "1yxyhsd0savwirlmgnq6973slfakqyfvjm0zz60cmc9v490my8gf"))))
(properties `((upstream-name . "binom")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=binom")