diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 10:25:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 10:26:22 +0200 |
commit | ba68bf250a7f2465628254c4697348ca65fdbfe7 (patch) | |
tree | a3cbea302e1f1ceac638b7291057c63e41360540 | |
parent | 4b7959c04f61bb2eba34bf78e689c93426ff2efe (diff) |
gnu: r-maxstat: Update to 0.7-26.
* gnu/packages/cran.scm (r-maxstat): Update to 0.7-26.
Change-Id: I1c51c7727a52167b15a6578f1b97801e05c8f01a
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a262af01b0..8419e19625 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -48021,14 +48021,14 @@ implementation of the Shift-Algorithm by Streitberg & Roehmel.") (define-public r-maxstat (package (name "r-maxstat") - (version "0.7-25") + (version "0.7-26") (source (origin (method url-fetch) (uri (cran-uri "maxstat" version)) (sha256 (base32 - "114z1rwxwvk05ijjhdppzm148n1h192fp0w12ky10zkrhf6kphbg")))) + "02wbq8gkiw0jb5d86v9zsjh506mszbh20ycm7fds1v730fxw4n74")))) (properties `((upstream-name . "maxstat"))) (build-system r-build-system) (propagated-inputs |