diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:07 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:54 +0100 |
| commit | 057213255b0bf10c213944d160e389ced5fb4138 (patch) | |
| tree | 4f348845f027f795816b9ccca8c0087e1539b958 /gnu | |
| parent | ffcbead651b5271800cbefc6494d6a3e9d9d0c65 (diff) | |
gnu: r-nodbi: Update to 0.14.0.
* gnu/packages/cran.scm (r-nodbi): Update to 0.14.0.
Change-Id: I18742c7ef1e0c887c7bfc33a5c704dd046cb5890
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
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 cf8dc0a5bb..b5765cab12 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -26205,13 +26205,13 @@ tidyverse workflow.") (define-public r-nodbi (package (name "r-nodbi") - (version "0.13.1") + (version "0.14.0") (source (origin (method url-fetch) (uri (cran-uri "nodbi" version)) (sha256 (base32 - "0awjwcajfaimcamj67bwqn9ai7bbf0bdpy82rxg4kyz8jr6p46fy")))) + "19wsr4mj68hb17lhfnsylcc90sbigaf0m07b28qrbkrmrdc9cyz1")))) (properties `((upstream-name . "nodbi"))) (build-system r-build-system) (propagated-inputs |
