mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-rmumps: Update to 5.2.1-28.
* gnu/packages/cran.scm (r-rmumps): Update to 5.2.1-28. Change-Id: Ifd5efb6d21dcf3c90da416dd89a2711a328dbce9
This commit is contained in:
parent
62a0cd5e4b
commit
24d2c8af30
1 changed files with 2 additions and 2 deletions
|
@ -7641,13 +7641,13 @@ (define-public r-rmpi
|
|||
(define-public r-rmumps
|
||||
(package
|
||||
(name "r-rmumps")
|
||||
(version "5.2.1-27")
|
||||
(version "5.2.1-28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rmumps" version))
|
||||
(sha256
|
||||
(base32 "08zvmbhjgcrlgdhfn8ssajy8vnwcyaw90zgc0v1ncn95z310gpl3"))))
|
||||
(base32 "1cq7zrq730lj1z5xirzk5fvvlvdq101ppg47n0z7c0v17rvs80n6"))))
|
||||
(properties `((upstream-name . "rmumps")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue