guix-commits
[Top][All Lists]
Advanced

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

06/16: gnu: r-fs: Update to 1.3.1.


From: guix-commits
Subject: 06/16: gnu: r-fs: Update to 1.3.1.
Date: Sat, 11 May 2019 06:05:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c02f574d386ac33eba45fa98b30d4b2cb821878d
Author: Ricardo Wurmus <address@hidden>
Date:   Sat May 11 12:03:39 2019 +0200

    gnu: r-fs: Update to 1.3.1.
    
    * gnu/packages/cran.scm (r-fs): Update to 1.3.1.
---
 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 90a05a7..66ce51d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8041,14 +8041,14 @@ back to file after modifications.")
 (define-public r-fs
   (package
     (name "r-fs")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fs" version))
        (sha256
         (base32
-         "1p6y0ar5kidwv0f5vzhj7yaw5802rpqwdma2ij3vrvjf9f7l9z1s"))))
+         "1g26rgx13dzigp2vrlld6h28q33lwbax97zvwdrq2pc3iz54v4yn"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcpp" ,r-rcpp)))



reply via email to

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