mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-openmx: Update to 2.21.12.
* gnu/packages/cran.scm (r-openmx): Update to 2.21.12. Change-Id: I7aee12e733193f4b63fce6149c055dd308a5d920
This commit is contained in:
parent
99cc35df8b
commit
975fde0174
1 changed files with 2 additions and 2 deletions
|
@ -32965,14 +32965,14 @@ (define-public r-rpf
|
|||
(define-public r-openmx
|
||||
(package
|
||||
(name "r-openmx")
|
||||
(version "2.21.11")
|
||||
(version "2.21.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "OpenMx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k3i82higil43w4pryg1ghpswa8vxmc28dcv60gvkmmjrnwp098m"))))
|
||||
"13jgm9ps4ak30ri61az8c5w4j36k77dq4gsbc0v66ydx3ciyf1n7"))))
|
||||
(properties `((upstream-name . "OpenMx")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue