guix-commits
[Top][All Lists]
Advanced

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

47/63: gnu: r-fasterize: Update to 1.0.5.


From: guix-commits
Subject: 47/63: gnu: r-fasterize: Update to 1.0.5.
Date: Wed, 15 Nov 2023 09:57:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5f92b0d564806ad61b360b3c044790dc7d2294b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 15 15:54:40 2023 +0100

    gnu: r-fasterize: Update to 1.0.5.
    
    * gnu/packages/cran.scm (r-fasterize): Update to 1.0.5.
    [propagated-inputs]: Remove r-sp; add r-wk.
    
    Change-Id: Ie00a7743d46c330233abf2a5bd04c4ff3a47522e
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2c3463042a..221a81612c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40415,17 +40415,17 @@ formatting and delivering log messages with low 
overhead.")
 (define-public r-fasterize
   (package
     (name "r-fasterize")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "fasterize" version))
         (sha256
-          (base32 "1ckxi2iyxdahhgbliblcrkzziblfagzr54srjk27yp1lcgivvvs4"))))
+          (base32 "1d63q77hfbn2ly8cwsik4gaavdhidpi7idf7qj2y5bi9xhd10kyl"))))
     (properties `((upstream-name . "fasterize")))
     (build-system r-build-system)
     (propagated-inputs
-      (list r-raster r-rcpp r-rcpparmadillo r-sp))
+      (list r-raster r-rcpp r-rcpparmadillo r-wk))
     (native-inputs (list r-knitr))
     (home-page "https://github.com/ecohealthalliance/fasterize";)
     (synopsis "Fast Polygon to Raster Conversion")



reply via email to

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