guix-commits
[Top][All Lists]
Advanced

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

05/36: gnu: r-xfun: Update to 0.11.


From: guix-commits
Subject: 05/36: gnu: r-xfun: Update to 0.11.
Date: Thu, 14 Nov 2019 06:37:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 58fb4f32071d631d62ba8c537e9cf8bcd1323ef1
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 14 08:18:49 2019 +0100

    gnu: r-xfun: Update to 0.11.
    
    * gnu/packages/cran.scm (r-xfun): Update to 0.11.
---
 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 4f9d97f..1c072d4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3885,13 +3885,13 @@ iVAT).")
 (define-public r-xfun
   (package
     (name "r-xfun")
-    (version "0.10")
+    (version "0.11")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "xfun" version))
        (sha256
-        (base32 "065ygh046ah43p5aqyrkv2vkxcnvnb4j7blfdygysg6hmqzp4pbv"))))
+        (base32 "0dncw6bqkal7nyarrrrj9arxy0y3nkdzmrbibcjh84m1cxd4phiw"))))
     (build-system r-build-system)
     (home-page "https://github.com/yihui/xfun";)
     (synopsis "Miscellaneous functions")



reply via email to

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