guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/51: gnu: r-pkgdown: Update to 2.0.4.


From: guix-commits
Subject: 40/51: gnu: r-pkgdown: Update to 2.0.4.
Date: Mon, 13 Jun 2022 09:26:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 23c6a87e5dda98cad45c77751ad819c9a0c91e20
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:22:01 2022 +0200

    gnu: r-pkgdown: Update to 2.0.4.
    
    * gnu/packages/cran.scm (r-pkgdown): Update to 2.0.4.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5886f83d20..84b59fca43 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30417,14 +30417,14 @@ in output to the equivalent HTML.")
 (define-public r-pkgdown
   (package
     (name "r-pkgdown")
-    (version "2.0.3")
+    (version "2.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgdown" version))
        (sha256
         (base32
-         "0wqga9bcl7wmvkwpkkmf5hx1cl7rjq5ddvqmxhl4p1dczys3adnr"))))
+         "02lwr53xvxybcsg8md8qbq1wq833ap7ssn5v92cd4qqay5iya374"))))
     (properties `((upstream-name . "pkgdown")))
     (build-system r-build-system)
     (inputs (list pandoc))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]