mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: r-optimx: Update to 2025-4.9.
* gnu/packages/cran.scm (r-optimx): Update to 2025-4.9. Change-Id: Ieca66a167dfbfdb3e5feee0d1ee8d1115345a1dc
This commit is contained in:
parent
33ade583f7
commit
3c846ff7fb
1 changed files with 2 additions and 2 deletions
|
|
@ -45743,14 +45743,14 @@ estimation.")
|
|||
(define-public r-optimx
|
||||
(package
|
||||
(name "r-optimx")
|
||||
(version "2024-12.2")
|
||||
(version "2025-4.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "optimx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0brap8bhizmfxd8mf71izrs4211qxacxbb938ainsmdsc6idv9dj"))))
|
||||
"0m0q3miiqhv185y4my5ylschmwg1kibbihzlqb89zwp3f6rqmdhh"))))
|
||||
(properties `((upstream-name . "optimx")))
|
||||
(build-system r-build-system)
|
||||
;; Tests require too many additional packages.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue