rekado pushed a commit to branch master
in repository guix.
commit fcc5fe4788b98708ebce9d1633f9166eec8d5291
Author: Ricardo Wurmus <[email protected]>
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