guix-commits
[Top][All Lists]
Advanced

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

21/42: gnu: r-fs: Update to 1.4.1.


From: guix-commits
Subject: 21/42: gnu: r-fs: Update to 1.4.1.
Date: Tue, 14 Apr 2020 10:44:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 10ce5ca824f7dbb5b9c740d48e4c4ddf31f2783e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:04:03 2020 +0200

    gnu: r-fs: Update to 1.4.1.
    
    * gnu/packages/cran.scm (r-fs): Update to 1.4.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 8ef36c2..c7218d2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8752,14 +8752,14 @@ back to file after modifications.")
 (define-public r-fs
   (package
     (name "r-fs")
-    (version "1.4.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fs" version))
        (sha256
         (base32
-         "1ishdxrxy88w1lrn657a573wdra5v7xf1yfa1c4kss07rlynwrj7"))))
+         "0kksig9pk8aid9l6r250na8z8j9919jvs20lj0s6m9bcybgh74df"))))
     (build-system r-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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