gnu: r-webshot: Update to 0.5.2.
authorRicardo Wurmus <rekado@elephly.net>
Sun, 24 Nov 2019 14:04:17 +0000 (15:04 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 25 Nov 2019 13:05:38 +0000 (14:05 +0100)
* gnu/packages/cran.scm (r-webshot): Update to 0.5.2.

gnu/packages/cran.scm

index 62f5132..6c366f0 100644 (file)
@@ -3875,14 +3875,14 @@ of merit, ordering functions, and enhanced versions of @code{pairs} and
 (define-public r-webshot
   (package
     (name "r-webshot")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "webshot" version))
        (sha256
         (base32
-         "08sb1xi376pfy1vwilk2d68zljsg9yiv04n2dkqz383gdhh0sxdr"))))
+         "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)