guix-commits
[Top][All Lists]
Advanced

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

51/55: gnu: r-fs: Update to 1.2.7.


From: guix-commits
Subject: 51/55: gnu: r-fs: Update to 1.2.7.
Date: Wed, 20 Mar 2019 19:03:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c9ba1155a2ea8bf5010ef37475a2717e5c5f0ad1
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 21 00:00:09 2019 +0100

    gnu: r-fs: Update to 1.2.7.
    
    * gnu/packages/cran.scm (r-fs): Update to 1.2.7.
---
 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 e8f5590..a9545e4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7935,14 +7935,14 @@ back to file after modifications.")
 (define-public r-fs
   (package
     (name "r-fs")
-    (version "1.2.6")
+    (version "1.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fs" version))
        (sha256
         (base32
-         "0kqqaqqml8x3r1mdld40iwns0ylj2f52qsdh1vcn39f7w7c2ka8j"))))
+         "03aq2ill03ladsa4438nrz213ks2mqhxsrb9fjsp62bhk36v8k1a"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcpp" ,r-rcpp)))



reply via email to

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