guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: r-sf: Update to 0.9-4.


From: guix-commits
Subject: 04/05: gnu: r-sf: Update to 0.9-4.
Date: Sun, 14 Jun 2020 03:13:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cb935a0377b365e1144303641b8a58037b3af62b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 14 08:46:15 2020 +0200

    gnu: r-sf: Update to 0.9-4.
    
    * gnu/packages/cran.scm (r-sf): Update to 0.9-4.
---
 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 3d94701..bc391d9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13578,14 +13578,14 @@ tessellation.")
 (define-public r-sf
   (package
     (name "r-sf")
-    (version "0.9-3")
+    (version "0.9-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sf" version))
        (sha256
         (base32
-         "0qh9jxj88rhkwcd95g0l57cdrz5qqjw1b9yysz1hp9cp99485hcx"))))
+         "1xgmnz01pxvpg2ins1h65mlcrafqihlljcjlag8spq9ii7d5i7mx"))))
     (build-system r-build-system)
     (inputs
      `(("gdal" ,gdal)



reply via email to

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