diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-19 17:07:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-19 18:29:50 +0100 |
commit | 27d16e79d07bb0cd186912620e921ea071304b36 (patch) | |
tree | a9a7b291f9d7dbdd03d9c2ecfd7fff1b8d1daa50 | |
parent | 627246b1347553bdd0764f7d09774253cc353fe7 (diff) | |
download | guix-27d16e79d07bb0cd186912620e921ea071304b36.tar.gz |
gnu: r-pkgdown: Update to 2.0.7.
* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.7.
-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 3f367577c2..4817ca092c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -32853,14 +32853,14 @@ in output to the equivalent HTML.") (define-public r-pkgdown (package (name "r-pkgdown") - (version "2.0.6") + (version "2.0.7") (source (origin (method url-fetch) (uri (cran-uri "pkgdown" version)) (sha256 (base32 - "0sbz3kzd0hbdnszylsb281arldn2z1c9yxifhj4zv2dilp46b6nj")))) + "0sim3fwayf4mpxqi8y9v7clnkzs56amhxsc75lc1k0zskn374f7k")))) (properties `((upstream-name . "pkgdown"))) (build-system r-build-system) (inputs (list pandoc)) |