guix-commits
[Top][All Lists]
Advanced

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

42/87: gnu: r-rastervis: Update to 0.51.5.


From: guix-commits
Subject: 42/87: gnu: r-rastervis: Update to 0.51.5.
Date: Mon, 9 Jan 2023 18:27:33 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 0943ee5c9c3abf2421e63ac4e24179a3f0aa5684
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:15:15 2023 +0100

    gnu: r-rastervis: Update to 0.51.5.
    
    * gnu/packages/cran.scm (r-rastervis): Update to 0.51.5.
---
 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 5f98833a61..61bb9c89f8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10251,14 +10251,14 @@ Python's 
@url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
 (define-public r-rastervis
   (package
     (name "r-rastervis")
-    (version "0.51.4")
+    (version "0.51.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rasterVis" version))
        (sha256
         (base32
-         "1z4vwjmx8n01jc2ypqs1pmx70rc3pjaz3ahk8j8zcif40v0qgy6i"))))
+         "18bsrw629p4pkyhrpjmiyhq73w882bhgpwmkih0gjnw3ywwgx7rs"))))
     (properties `((upstream-name . "rasterVis")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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