rekado pushed a commit to branch master
in repository guix.

commit e548fe3d05b88e0351684ff2dc2e99fea2a59bc3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu May 22 08:12:20 2025 +0200

    gnu: r-nanonext: Update to 1.6.0.
    
    * gnu/packages/cran.scm (r-nanonext): Update to 1.6.0.
    
    Change-Id: Iff6e26ab28a94ed415f23e9611e7df8394367ef6
---
 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 e68da86516..2c33a8ec03 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20298,13 +20298,13 @@ explored with minimal deviation from the common work 
patterns of
 (define-public r-nanonext
   (package
     (name "r-nanonext")
-    (version "1.5.2")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nanonext" version))
        (sha256
-        (base32 "1lymdjach4gyd4xd3isql0vm8r120ck57vhg91lm6c7f5kxd7mvx"))))
+        (base32 "0n2lq6czshp4r5jsrabz6al36s3d9dai8dkf80h9bskga36bfkp3"))))
     (properties `((upstream-name . "nanonext")))
     (build-system r-build-system)
     (arguments

Reply via email to