mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: r-cvxr: Update to 1.0-12.
* gnu/packages/cran.scm (r-cvxr): Update to 1.0-12. Change-Id: I94c8f094cbdac0c9533ffd604fc3b7a1b6fdac77
This commit is contained in:
parent
e23487f9d1
commit
15b5787df5
1 changed files with 2 additions and 2 deletions
|
@ -8237,13 +8237,13 @@ (define-public r-cvst
|
|||
(define-public r-cvxr
|
||||
(package
|
||||
(name "r-cvxr")
|
||||
(version "1.0-11")
|
||||
(version "1.0-12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "CVXR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0alp1g4bszxqcrjbn54bz1zswg8y10372fwwlbi0jjazycw9cap9"))))
|
||||
"1igzi231rkqi7pc5ak8b29a8x7fry0yqs8vg2m4i5ab9jdm8fsp7"))))
|
||||
(properties `((upstream-name . "CVXR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue