guix-commits
[Top][All Lists]
Advanced

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

63/138: gnu: r-sf: Update to 1.0-5.


From: guix-commits
Subject: 63/138: gnu: r-sf: Update to 1.0-5.
Date: Wed, 5 Jan 2022 15:24:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7a6af656603cb9e757452e69d1b102a93205a8ed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:23 2022 +0100

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



reply via email to

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