mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: r-weights: Update to 1.0.4.
* gnu/packages/cran.scm (r-weights): Update to 1.0.4.
This commit is contained in:
parent
92fba40999
commit
ac11238206
1 changed files with 2 additions and 2 deletions
|
@ -11669,14 +11669,14 @@ (define-public r-r2glmm
|
|||
(define-public r-weights
|
||||
(package
|
||||
(name "r-weights")
|
||||
(version "1.0.2")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "weights" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sq8ls5idspddn8m2c8n2107lgx53kbach8vgjrhqx1mc6xfvrvw"))))
|
||||
"1fnchf7f0hyl514bk8sc3l884kg25kb5xm4mc2l28n6hm7l6bgpg"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-gdata" ,r-gdata)
|
||||
|
|
Loading…
Reference in a new issue