gnu: r-stars: Update to 0.5-2.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 8 Apr 2021 00:53:50 +0000 (02:53 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 8 Apr 2021 01:10:13 +0000 (03:10 +0200)
* gnu/packages/cran.scm (r-stars): Update to 0.5-2.

gnu/packages/cran.scm

index 114ea7a..61de48e 100644 (file)
@@ -28047,14 +28047,14 @@ light-weight geometry library used by @url{http://postgis.net/,PostGIS}.")
 (define-public r-stars
   (package
     (name "r-stars")
-    (version "0.5-1")
+    (version "0.5-2")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "stars" version))
         (sha256
           (base32
-            "0ybk899rc0rpf2cv5kwk78fvis5xnr255hfcy5khdxsxdqgl0m9j"))))
+            "0w2svw02ywvclq0nsnjns1n0rfr54q7x30y64y14n7zfr969ly1n"))))
     (properties `((upstream-name . "stars")))
     (build-system r-build-system)
     (propagated-inputs