[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: r-fs: Update to 1.3.0.
From: |
guix-commits |
Subject: |
01/04: gnu: r-fs: Update to 1.3.0. |
Date: |
Fri, 3 May 2019 02:01:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit dea3df2bd112ce65b930e3acafec5cb26d3525fb
Author: Ricardo Wurmus <address@hidden>
Date: Fri May 3 00:51:34 2019 +0200
gnu: r-fs: Update to 1.3.0.
* gnu/packages/cran.scm (r-fs): Update to 1.3.0.
---
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 3942c2f..e22bb5b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8012,14 +8012,14 @@ back to file after modifications.")
(define-public r-fs
(package
(name "r-fs")
- (version "1.2.7")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "fs" version))
(sha256
(base32
- "03aq2ill03ladsa4438nrz213ks2mqhxsrb9fjsp62bhk36v8k1a"))))
+ "1p6y0ar5kidwv0f5vzhj7yaw5802rpqwdma2ij3vrvjf9f7l9z1s"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))