mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-rglpk: Update to 0.6-5.
* gnu/packages/cran.scm (r-rglpk): Update to 0.6-5.
This commit is contained in:
parent
73e2504652
commit
2c4d5a1f15
1 changed files with 2 additions and 2 deletions
|
@ -25438,14 +25438,14 @@ (define-public r-abcadm
|
|||
(define-public r-rglpk
|
||||
(package
|
||||
(name "r-rglpk")
|
||||
(version "0.6-4")
|
||||
(version "0.6-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rglpk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
|
||||
"18bwnpb8645vf233andr411shzp1sm3i7bn848sgxswgb80grvxa"))))
|
||||
(properties `((upstream-name . "Rglpk")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue