me
/
guix
Archived
1
0
Fork 0

gnu: r-rmumps: Update to 5.2.1-26.

* gnu/packages/cran.scm (r-rmumps): Update to 5.2.1-26.

Change-Id: If83ffd590ef66a9ba4327d758872fdcf5ff9bf2c
Ricardo Wurmus 2023-12-15 12:16:46 +01:00
parent b291adc192
commit 8d634d9426
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7249,13 +7249,13 @@ provides an interactive R manager and worker environment.")
(define-public r-rmumps
(package
(name "r-rmumps")
(version "5.2.1-25")
(version "5.2.1-26")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmumps" version))
(sha256
(base32 "15yn5i6v3xz90gimvaqgvp805cfpvr439y9wpckyvwn1iwp2745y"))))
(base32 "16ii9yg20xkxhsqszay42s4cr29k74av5d9d1d28kmpw6cjh2r2c"))))
(properties `((upstream-name . "rmumps")))
(build-system r-build-system)
(inputs (list zlib))