rekado pushed a commit to branch master
in repository guix.
commit afe535fba5b5512d6db8d9e3af72063991e11610
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue May 13 10:25:55 2025 +0200
gnu: r-mockr: Update to 0.2.2.
* gnu/packages/cran.scm (r-mockr): Update to 0.2.2.
Change-Id: I90d156fc3caf0f9079bd38666c71007ee975ab5f
---
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 d9f88d3aa5..f6ada2349f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -54385,13 +54385,13 @@ present in the @code{testthat} package.")
(define-public r-mockr
(package
(name "r-mockr")
- (version "0.2.1")
+ (version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "mockr" version))
(sha256
- (base32 "0n3syab3dq1am562vnjpkgmx3v06liafyy0fcyvj0spdxr0mkvr3"))))
+ (base32 "0bbrsgw4nb9265zrb45nxjk0xgmxkykvyv2ygcq1j3jrqqh9a688"))))
(properties `((upstream-name . "mockr")))
(build-system r-build-system)
;; One test failure because of an unexpected warning.