gnu: r-regsem: Update to 1.5.2.
* gnu/packages/cran.scm (r-regsem): Update to 1.5.2.
This commit is contained in:
parent
970d813937
commit
7c138b1149
1 changed files with 2 additions and 2 deletions
|
@ -19742,14 +19742,14 @@ least squares.")
|
|||
(define-public r-regsem
|
||||
(package
|
||||
(name "r-regsem")
|
||||
(version "1.3.9")
|
||||
(version "1.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "regsem" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1klml4bp76mplipxaca7fk653cjxgdmmiciksxgiglxkzmf2bdps"))))
|
||||
"0ch057010xfsw0nqcsarzakdbiplvxaldyqlbbacspqs65ax1yk7"))))
|
||||
(properties `((upstream-name . "regsem")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in a new issue