guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 9be8819679a958d161a480eb7b42a21014682b7a
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Mar 9 11:22:23 2026 +0100
gnu: r-nanonext: Update to 1.8.1.
* gnu/packages/cran.scm (r-nanonext): Update to 1.8.1.
Change-Id: I1da9b899d4e7378ce32a9dbc73487987391a3f7b
---
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 e89bf6ff04..250d31fc37 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23087,13 +23087,13 @@ explored with minimal deviation from the common work
patterns of
(define-public r-nanonext
(package
(name "r-nanonext")
- (version "1.8.0")
+ (version "1.8.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "nanonext" version))
(sha256
- (base32 "11pjl8mlnnw4mkhbq98c8dlz9sp2wqizdvk5w0mwgvqs2aq10czz"))))
+ (base32 "039cnzsx5p9iyxyza4acw2mrc0qhax6b1222yp1kxm0rcz04kfwl"))))
(properties
'((upstream-name . "nanonext")
(updater-extra-inputs . ("mbedtls-lts" "nng"))))