mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-lisreltor: Update to 0.1.5.
* gnu/packages/cran.scm (r-lisreltor): Update to 0.1.5.
This commit is contained in:
parent
ad9c851588
commit
10ec759fb4
1 changed files with 2 additions and 2 deletions
|
@ -25057,14 +25057,14 @@ (define-public r-rockchalk
|
|||
(define-public r-lisreltor
|
||||
(package
|
||||
(name "r-lisreltor")
|
||||
(version "0.1.4")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lisrelToR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
|
||||
"0i51v0x87277ly0kggdd594w6q4zq62b4n7xs9r25j08bzs82nfk"))))
|
||||
(properties `((upstream-name . "lisrelToR")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=lisrelToR")
|
||||
|
|
Loading…
Reference in a new issue