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-25.
* gnu/packages/cran.scm (r-rmumps): Update to 5.2.1-25. Change-Id: Id30606861beacd93a263fcaf33ef6beb73402463
This commit is contained in:
parent
60953d62c0
commit
116bfb3cd0
1 changed files with 2 additions and 2 deletions
|
@ -7190,13 +7190,13 @@ (define-public r-rmpi
|
|||
(define-public r-rmumps
|
||||
(package
|
||||
(name "r-rmumps")
|
||||
(version "5.2.1-23")
|
||||
(version "5.2.1-25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rmumps" version))
|
||||
(sha256
|
||||
(base32 "1mypmf9j9fzaldpv56bqng5yhyxfc55hvzd98d1dk6w1m1sncn09"))))
|
||||
(base32 "15yn5i6v3xz90gimvaqgvp805cfpvr439y9wpckyvwn1iwp2745y"))))
|
||||
(properties `((upstream-name . "rmumps")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue