diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-04-07 22:19:36 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-28 09:43:24 +0200 |
| commit | 22ab99ef43b4febe45f6251a123b10ec869ee2ee (patch) | |
| tree | 6b7bf20264fd207645a7d5af2d27356cc623675e /gnu | |
| parent | 244710e5c136ffe73289db36d81ee849ac88ce69 (diff) | |
gnu: r-nanonext: Update to 1.8.2.
* gnu/packages/cran.scm (r-nanonext): Update to 1.8.2.
Change-Id: I2587c0be9c892de4379e9f8b50eb9ec33df97f2f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f546298f36..193d3832c9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23328,13 +23328,13 @@ explored with minimal deviation from the common work patterns of (define-public r-nanonext (package (name "r-nanonext") - (version "1.8.1") + (version "1.8.2") (source (origin (method url-fetch) (uri (cran-uri "nanonext" version)) (sha256 - (base32 "039cnzsx5p9iyxyza4acw2mrc0qhax6b1222yp1kxm0rcz04kfwl")))) + (base32 "1kmbpkj6g0ah8c6wliakz05wk65yxw33hnfizsw92hdf80b28kjj")))) (properties '((upstream-name . "nanonext") (updater-extra-inputs . ("mbedtls-lts" "nng")))) |
