1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-squarem: Update to 2026.1.

* gnu/packages/cran.scm (r-squarem): Update to 2026.1.

Change-Id: I1cdd814bf5dc82d00a95aa5c507c592df0b8923b
This commit is contained in:
Ricardo Wurmus
2026-03-16 21:15:19 +01:00
parent e2244a83f1
commit 9daec6d1ec

View File

@@ -20165,14 +20165,14 @@ solution. Interfaces to solvers on CRAN and elsewhere are provided.")
(define-public r-squarem
(package
(name "r-squarem")
(version "2021.1")
(version "2026.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "SQUAREM" version))
(sha256
(base32
"0n1s32l9p4vdm3h5q6g43s0qbpzry08difsh0yay80wrla6f3rb6"))))
"1bgwdkshcml5i6ib4lhqrlh24a9qsznjl9m4drjadcvn90w2mcz9"))))
(properties `((upstream-name . "SQUAREM")))
(build-system r-build-system)
(native-inputs (list r-setrng))