me
/
guix
Archived
1
0
Fork 0

gnu: r-rgdal: Update to 1.6-5.

* gnu/packages/cran.scm (r-rgdal): Update to 1.6-5.
master
Ricardo Wurmus 2023-03-19 14:44:35 +01:00
parent e9f1e6450e
commit fba9954192
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24431,13 +24431,13 @@ effect size.")
(define-public r-rgdal
(package
(name "r-rgdal")
(version "1.6-4")
(version "1.6-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgdal" version))
(sha256
(base32 "19rcsrlf89fr94yqwmg9b4qmm51lc4qjijk8mi9hf5v120sm6b4k"))))
(base32 "0r0x5ifxhgbn2b6m9xwvr99i9llybfjjxrx3lvb57vq342js6yhc"))))
(properties `((upstream-name . "rgdal")))
(build-system r-build-system)
(inputs