guix-commits
[Top][All Lists]
Advanced

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

137/158: gnu: r-stars: Update to 0.6-3.


From: guix-commits
Subject: 137/158: gnu: r-stars: Update to 0.6-3.
Date: Mon, 28 Aug 2023 11:11:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fcc5fe4788b98708ebce9d1633f9166eec8d5291
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:11 2023 +0200

    gnu: r-stars: Update to 0.6-3.
    
    * gnu/packages/cran.scm (r-stars): Update to 0.6-3.
---
 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 b9618e25c9..b5f92c99b5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37380,14 +37380,14 @@ light-weight geometry library used by 
@url{http://postgis.net/,PostGIS}.";)
 (define-public r-stars
   (package
     (name "r-stars")
-    (version "0.6-2")
+    (version "0.6-3")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "stars" version))
         (sha256
           (base32
-            "0prip06c28d72wa7h8h8p2y7rw7jnh2h2yhnygbaipc8cbzlvi7x"))))
+            "08i5m46plkwkxwgzpy6srvn69jchp364vj3sg1isp2lj9pxhzfwc"))))
     (properties `((upstream-name . "stars")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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