guix-commits
[Top][All Lists]
Advanced

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

93/115: gnu: r-stars: Update to 0.5-4.


From: guix-commits
Subject: 93/115: gnu: r-stars: Update to 0.5-4.
Date: Tue, 23 Nov 2021 10:27:06 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit ce1f04c6ca09d534745d359a090f4dc3bc8f74c5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:37 2021 +0100

    gnu: r-stars: Update to 0.5-4.
    
    * gnu/packages/cran.scm (r-stars): Update to 0.5-4.
---
 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 8fd042c..76f732f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30142,14 +30142,14 @@ light-weight geometry library used by 
@url{http://postgis.net/,PostGIS}.";)
 (define-public r-stars
   (package
     (name "r-stars")
-    (version "0.5-3")
+    (version "0.5-4")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "stars" version))
         (sha256
           (base32
-            "00cljaz98iy3wymabp7b47qgxdybg9jgjkw7q6da1ginmy14m524"))))
+            "1h5fway2fk637mkglw0h3ajiyyx8saqcapg42xzsiwbk8lnaf9f4"))))
     (properties `((upstream-name . "stars")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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