mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-optimx: Update to 2021-6.12.
* gnu/packages/cran.scm (r-optimx): Update to 2021-6.12.
This commit is contained in:
parent
43d1119db9
commit
8afab27a97
1 changed files with 2 additions and 2 deletions
|
@ -25111,14 +25111,14 @@ (define-public r-gamm4
|
|||
(define-public r-optimx
|
||||
(package
|
||||
(name "r-optimx")
|
||||
(version "2020-4.2")
|
||||
(version "2021-6.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "optimx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00bi2sr2hr7x6cfwlsn7hz2r56lcyv9naa8vmfcgr1r269fc50b3"))))
|
||||
"059md564p2pk5nis9kbcn1kw2fw130vg53fxlr5xzpv1c9gfhq3k"))))
|
||||
(properties `((upstream-name . "optimx")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-numderiv" ,r-numderiv)))
|
||||
|
|
Loading…
Reference in a new issue