gnu: r-xfun: Update to 0.17.
authorRicardo Wurmus <rekado@elephly.net>
Mon, 14 Sep 2020 17:02:05 +0000 (19:02 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 14 Sep 2020 17:07:45 +0000 (19:07 +0200)
* gnu/packages/cran.scm (r-xfun): Update to 0.17.

gnu/packages/cran.scm

index f4be50a..4efc4f5 100644 (file)
@@ -4556,13 +4556,13 @@ iVAT).")
 (define-public r-xfun
   (package
     (name "r-xfun")
-    (version "0.16")
+    (version "0.17")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "xfun" version))
        (sha256
-        (base32 "1x7b71xhbl44fyccz69l24nbgyxawm2km90s4h1l3zr5z2vly0sg"))))
+        (base32 "1zd5qi1rrz3b1lpisapa2yscanz39ghaamf28g7aq3z9ai2a2ymj"))))
     (build-system r-build-system)
     ;; knitr itself depends on xfun
     #;