1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-nanonext: Update to 1.8.1.

* gnu/packages/cran.scm (r-nanonext): Update to 1.8.1.

Change-Id: I1da9b899d4e7378ce32a9dbc73487987391a3f7b
This commit is contained in:
Ricardo Wurmus
2026-03-09 11:22:23 +01:00
parent 1287f4ef5d
commit ade2b04a62

View File

@@ -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"))))