rekado pushed a commit to branch master
in repository guix.
commit 67e1266a4e9392f9c5f7b851d618f7e4e7da18dc
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue May 13 10:25:55 2025 +0200
gnu: r-maxstat: Update to 0.7-26.
* gnu/packages/cran.scm (r-maxstat): Update to 0.7-26.
Change-Id: I1c51c7727a52167b15a6578f1b97801e05c8f01a
---
gnu/packages/cran.scm | 4 ++--
1 file 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