me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rgdal): Update to 1.5-17.
master
Arun Isaac 2020-10-12 15:45:40 +05:30
parent 265b2bc5d3
commit 328cf4e9a9
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

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