guix-commits
[Top][All Lists]
Advanced

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

36/214: gnu: r-webshot: Update to 0.5.3.


From: guix-commits
Subject: 36/214: gnu: r-webshot: Update to 0.5.3.
Date: Sat, 28 May 2022 04:37:15 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 3763fab20daf20bb59fab6d09ab93e22d3e764a6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:17 2022 +0200

    gnu: r-webshot: Update to 0.5.3.
    
    * gnu/packages/cran.scm (r-webshot): Update to 0.5.3.
---
 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 93944e4718..2e81b02de4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6419,14 +6419,14 @@ of merit, ordering functions, and enhanced versions of 
@code{pairs} and
 (define-public r-webshot
   (package
     (name "r-webshot")
-    (version "0.5.2")
+    (version "0.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "webshot" version))
        (sha256
         (base32
-         "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
+         "1h6v94zwq0ypgi4vf8xlhp5k13j7f9061hx908177i68c6zg5i5p"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-callr r-jsonlite r-magrittr))



reply via email to

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