guix-commits
[Top][All Lists]
Advanced

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

35/86: gnu: r-sf: Update to 0.9-8.


From: guix-commits
Subject: 35/86: gnu: r-sf: Update to 0.9-8.
Date: Wed, 7 Apr 2021 21:21:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b5b7975fa1169ed117579638ad3174092f165d1a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:25:56 2021 +0200

    gnu: r-sf: Update to 0.9-8.
    
    * gnu/packages/cran.scm (r-sf): Update to 0.9-8.
---
 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 267f809..a4220d1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15288,14 +15288,14 @@ tessellation.")
 (define-public r-sf
   (package
     (name "r-sf")
-    (version "0.9-7")
+    (version "0.9-8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sf" version))
        (sha256
         (base32
-         "175fmnnw11fjhfgjv9sn9b0jfjcqbybpgwsvv99d5yddigvw5jja"))))
+         "096gg2hbynn6mv3w8n69x987fklg5rrgd0d4nbqaw7vhg1jhlmqi"))))
     (build-system r-build-system)
     (inputs
      `(("gdal" ,gdal)



reply via email to

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