gnu: r-stars: Update to 0.6-2.
* gnu/packages/cran.scm (r-stars): Update to 0.6-2.
parent
f702efa97e
commit
a28d88e847
|
@ -36809,14 +36809,14 @@ light-weight geometry library used by @url{http://postgis.net/,PostGIS}.")
|
||||||
(define-public r-stars
|
(define-public r-stars
|
||||||
(package
|
(package
|
||||||
(name "r-stars")
|
(name "r-stars")
|
||||||
(version "0.6-1")
|
(version "0.6-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "stars" version))
|
(uri (cran-uri "stars" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19q44bs2w12lyim8gzfpgxfkp2cdf29cav4cv74vzsxrv8xdny0z"))))
|
"0prip06c28d72wa7h8h8p2y7rw7jnh2h2yhnygbaipc8cbzlvi7x"))))
|
||||||
(properties `((upstream-name . "stars")))
|
(properties `((upstream-name . "stars")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue