me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rgdal): Update to 1.5-18.
master
Ricardo Wurmus 2020-10-31 13:43:35 +01:00
parent fa1a4b66c1
commit 88c75556de
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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