guix-commits
[Top][All Lists]
Advanced

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

36/76: gnu: r-sf: Update to 1.0-13.


From: guix-commits
Subject: 36/76: gnu: r-sf: Update to 1.0-13.
Date: Wed, 31 May 2023 12:22:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c24273d4309619690a22313594e2af98395a3ad9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 31 12:15:18 2023 +0200

    gnu: r-sf: Update to 1.0-13.
    
    * gnu/packages/cran.scm (r-sf): Update to 1.0-13.
---
 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 1ccce8cc69..7808754531 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21224,14 +21224,14 @@ information about geometries.")
 (define-public r-sf
   (package
     (name "r-sf")
-    (version "1.0-12")
+    (version "1.0-13")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sf" version))
        (sha256
         (base32
-         "11qjv70wm5wmycmsnmacl3nqapadf5iq7jlpcbx1sjw2ipsyny1p"))))
+         "11lcc57vqip1zj8hi09mnisl9jiqqxwx6b06jl752dayxi2109br"))))
     (build-system r-build-system)
     (inputs
      (list gdal geos proj sqlite))



reply via email to

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