guix-commits
[Top][All Lists]
Advanced

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

58/115: gnu: r-sf: Update to 1.0-4.


From: guix-commits
Subject: 58/115: gnu: r-sf: Update to 1.0-4.
Date: Tue, 23 Nov 2021 10:26:52 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit cec937ac2077c4289d6e231ef27a9fef405997b6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:24 2021 +0100

    gnu: r-sf: Update to 1.0-4.
    
    * gnu/packages/cran.scm (r-sf): Update to 1.0-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 45775ee..a3ed3da 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16624,14 +16624,14 @@ information about geometries.")
 (define-public r-sf
   (package
     (name "r-sf")
-    (version "1.0-3")
+    (version "1.0-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sf" version))
        (sha256
         (base32
-         "1y1im0wxqx0vqas6ggmi6p1dyp98l895jy3asxky4vq5wpjfrqrf"))))
+         "0dxln3ikqmwczz0ri63xwj05v09hkpljw2qvma6n03nzczyg2713"))))
     (build-system r-build-system)
     (inputs
      `(("gdal" ,gdal)



reply via email to

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