[bug#77842] And the patch
Commit Message
From 1e587ae4bc3886e0405fa03210fa7478eb90e980 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tor-bj=C3=B6rn=20Claesson?= <tor-bjorn@claesson.fi>
Date: Wed, 16 Apr 2025 14:51:29 +0300
Subject: [PATCH] gnu: r-r-utils: Update to 2.13.0.
2.12.3 failes in tests after the large r-updates merge, upgrading to
2.13.0 allows it to build again.
Change-Id: I2ceec2f270df040e6bdd1ad87e8dd673e29c3964
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -1818,13 +1818,13 @@ (define-public r-r-oo
(define-public r-r-utils
(package
(name "r-r-utils")
- (version "2.12.3")
+ (version "2.13.0")
(source (origin
(method url-fetch)
(uri (cran-uri "R.utils" version))
(sha256
(base32
- "03640a1v8jk9k9s5xirdia9lngb53gh4p9gyj2j82cx2jmxfgmkl"))))
+ "09fg7f0z0zdxjndfwmcsyi2z54bp7xxcwdx0hpzji68j9v1l685b"))))
(properties `((upstream-name . "R.utils")))
(build-system r-build-system)
(arguments
--
2.49.0