guix-commits
[Top][All Lists]
Advanced

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

74/86: gnu: r-stars: Update to 0.5-2.


From: guix-commits
Subject: 74/86: gnu: r-stars: Update to 0.5-2.
Date: Wed, 7 Apr 2021 21:22:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 971a997f75fac23dd804f26c94e3c16b127dc571
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:53:50 2021 +0200

    gnu: r-stars: Update to 0.5-2.
    
    * gnu/packages/cran.scm (r-stars): Update to 0.5-2.
---
 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 114ea7a..61de48e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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



reply via email to

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