me
/
guix
Archived
1
0
Fork 0

gnu: r-regsem: Update to 1.5.2.

* gnu/packages/cran.scm (r-regsem): Update to 1.5.2.
master
Ricardo Wurmus 2020-02-22 13:52:45 +01:00
parent 970d813937
commit 7c138b1149
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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