mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-rmumps: Update to 5.2.1-29.
* gnu/packages/cran.scm (r-rmumps): Update to 5.2.1-29. [properties]: Tell importer to add zlib to inputs. Change-Id: I22db43f3a0a4224129518e6f37cfdf8962a05dee
This commit is contained in:
parent
0f9f266542
commit
de2530c146
1 changed files with 5 additions and 3 deletions
|
@ -7696,14 +7696,16 @@ (define-public r-rmpi
|
|||
(define-public r-rmumps
|
||||
(package
|
||||
(name "r-rmumps")
|
||||
(version "5.2.1-28")
|
||||
(version "5.2.1-29")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rmumps" version))
|
||||
(sha256
|
||||
(base32 "1cq7zrq730lj1z5xirzk5fvvlvdq101ppg47n0z7c0v17rvs80n6"))))
|
||||
(properties `((upstream-name . "rmumps")))
|
||||
(base32 "1sxx5kyp331dmiyqd4l5m3mdcmlpm1vbdm6cd3kgvnz8ympphlwr"))))
|
||||
(properties
|
||||
`((upstream-name . "rmumps")
|
||||
(updater-extra-inputs . ("zlib"))))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
(propagated-inputs (list r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue