mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-regsem: Update to 1.9.3.
* gnu/packages/cran.scm (r-regsem): Update to 1.9.3.
This commit is contained in:
parent
15ea8ca8ec
commit
b311dffdfb
1 changed files with 2 additions and 2 deletions
|
@ -25921,14 +25921,14 @@ (define-public r-semtools
|
|||
(define-public r-regsem
|
||||
(package
|
||||
(name "r-regsem")
|
||||
(version "1.8.0")
|
||||
(version "1.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "regsem" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v33wkrsawcvaa06cijp8ybwi82a0x34y59hdknwdbywplnirzr8"))))
|
||||
"0vpizmdml55naxmhy9nfcm9ylhy15p9na7l0c6z3rvk29ck3g3sw"))))
|
||||
(properties `((upstream-name . "regsem")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue