1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

gnu: r-stars: Update to 0.5-5.

* gnu/packages/cran.scm (r-stars): Update to 0.5-5.
This commit is contained in:
Ricardo Wurmus
2022-01-05 19:34:34 +01:00
parent e4c498ff6d
commit 086fb6d56d
+2 -2
View File
@@ -29502,14 +29502,14 @@ light-weight geometry library used by @url{http://postgis.net/,PostGIS}.")
(define-public r-stars
(package
(name "r-stars")
(version "0.5-4")
(version "0.5-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "stars" version))
(sha256
(base32
"1h5fway2fk637mkglw0h3ajiyyx8saqcapg42xzsiwbk8lnaf9f4"))))
"0hcbzr8c7wk30qjwrvx6bflzwkjpms79pavaxawnq1h8kry5fngk"))))
(properties `((upstream-name . "stars")))
(build-system r-build-system)
(propagated-inputs