me
/
guix
Archived
1
0
Fork 0

gnu: r-rastervis: Update to 0.51.6.

* gnu/packages/cran.scm (r-rastervis): Update to 0.51.6.

Change-Id: I7015583574faaf42cbe7df83dda7d05aaed4c475
master
Ricardo Wurmus 2023-11-15 15:54:35 +01:00
parent c26dea6c49
commit c101519061
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12783,14 +12783,14 @@ Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
(define-public r-rastervis
(package
(name "r-rastervis")
(version "0.51.5")
(version "0.51.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "rasterVis" version))
(sha256
(base32
"18bsrw629p4pkyhrpjmiyhq73w882bhgpwmkih0gjnw3ywwgx7rs"))))
"12cl201gwah0bn14ji4nbygayd77w5fck9zkcikhrda5s0chvgb1"))))
(properties `((upstream-name . "rasterVis")))
(build-system r-build-system)
(propagated-inputs