diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-07-11 15:35:29 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-07-12 14:29:07 +0200 |
commit | 7ecefb14ddc74ff03e1e3d4290c9dbb20bf1b879 (patch) | |
tree | 50f1ba4dedbcdc9336d868ae9c8cd334050bdc1d /gnu | |
parent | 362b352c923e3161629c9db54895610f4b56f5ac (diff) |
gnu: r-downlit: Update to 0.4.3.
* gnu/packages/cran.scm (r-downlit): Update to 0.4.3.
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 d12b8aba5b..2afb5ccdd3 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36088,14 +36088,14 @@ AGG to use as alternative to the raster devices provided through the (define-public r-downlit (package (name "r-downlit") - (version "0.4.2") + (version "0.4.3") (source (origin (method url-fetch) (uri (cran-uri "downlit" version)) (sha256 (base32 - "0g3yncj3gmaqsc6cw7g9slgvd0kfk2414yz5m1dilk8h15lzdprk")))) + "1gdk6rj3539vnm979spd8py0rpvlaniyiy336abi39g8xjcbw3vc")))) (properties `((upstream-name . "downlit"))) (build-system r-build-system) (propagated-inputs |