guix-commits
[Top][All Lists]
Advanced

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

51/112: gnu: r-sf: Update to 1.0-6.


From: guix-commits
Subject: 51/112: gnu: r-sf: Update to 1.0-6.
Date: Tue, 15 Mar 2022 15:22:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0070e1ee259467c8adc79a889b3e66b937955670
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:29 2022 +0100

    gnu: r-sf: Update to 1.0-6.
    
    * gnu/packages/cran.scm (r-sf): Update to 1.0-6.
---
 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 ef17029c4c..0b7d54672f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16983,14 +16983,14 @@ information about geometries.")
 (define-public r-sf
   (package
     (name "r-sf")
-    (version "1.0-5")
+    (version "1.0-6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sf" version))
        (sha256
         (base32
-         "1i0s9839m9zffad2aq6zgcpz0d61g68caqh9wxaxaxx7bvx2h319"))))
+         "1rmqip00nkfhda3i3a42q12k7xbsrz1p6fb2wynx5m9cxdgil33b"))))
     (build-system r-build-system)
     (inputs
      (list gdal geos proj sqlite zlib))



reply via email to

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