diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 10:08:20 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:51 +0100 |
| commit | 61891d5066cd60bdce0c49a3f875e5f04abbaf14 (patch) | |
| tree | acb270b0ec7647d5c7e02ba1e143413fd3cdf627 /gnu | |
| parent | ed94b389470a7939534327007cd242e77ad5eaf7 (diff) | |
gnu: r-litedown: Update to 0.9.
* gnu/packages/cran.scm (r-litedown): Update to 0.9.
[properties]: Record updater-extra-native-inputs.
Change-Id: I6514899e700d6f673bc2e2e6669ea14279c20054
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0cabd24eb2..ddd4ec5120 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -17870,14 +17870,16 @@ linear (in)equalities.") (define-public r-litedown (package (name "r-litedown") - (version "0.8") + (version "0.9") (source (origin (method url-fetch) (uri (cran-uri "litedown" version)) (sha256 - (base32 "0f5ibaijwm0498qqjwzp1dph1xlgyyq350hz2l616sgfdmah9l0k")))) - (properties `((upstream-name . "litedown"))) + (base32 "0gzmwdb5akag3q0x18i5nr1vrjyv4x48gcg0gv9h1hv3s27wbq9m")))) + (properties + '((upstream-name . "litedown") + (updater-extra-native-inputs . ("r-codetools")))) (build-system r-build-system) ;; Building the vignettes requires internet access. (arguments (list #:test-types '(list "tests"))) |
