gnu: r-optimx: Update to 2021-6.12.

* gnu/packages/cran.scm (r-optimx): Update to 2021-6.12.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:22 +02:00
parent 43d1119db9
commit 8afab27a97
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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