me
/
guix
Archived
1
0
Fork 0

gnu: r-rgdal: Update to 1.5-16.

* gnu/packages/cran.scm (r-rgdal): Update to 1.5-16.
master
Ricardo Wurmus 2020-08-12 11:58:42 +02:00
parent 1f5bc20aca
commit eaa1cc3bb6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16643,13 +16643,13 @@ effect size.")
(define-public r-rgdal
(package
(name "r-rgdal")
(version "1.5-12")
(version "1.5-16")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgdal" version))
(sha256
(base32 "0jvb5ykp539mi0hqs05w4w8wz45blc4nvkhs70aqmzyx27hadfiq"))))
(base32 "0rwlsafqxgqflfid4ciaa9qz3f75fgw8hilhaqj558gdxg8bzigp"))))
(properties `((upstream-name . "rgdal")))
(build-system r-build-system)
(inputs