gnu: r-rgdal: Update to 1.4-8.

* gnu/packages/cran.scm (r-rgdal): Update to 1.4-8.
This commit is contained in:
Ricardo Wurmus 2019-11-28 10:01:57 +01:00
parent 7b18e6d000
commit 28d940961c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15636,13 +15636,13 @@ (define-public r-parameters
(define-public r-rgdal
(package
(name "r-rgdal")
(version "1.4-7")
(version "1.4-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgdal" version))
(sha256
(base32 "05rvqy8lr2c3phaylmc4g5761208b0xrmgwn9c4a60x7p251dzjs"))))
(base32 "1jd691amf3ghznq5im15gvhl6v6k25klpl75m4ngrqf9xlxaa3as"))))
(properties `((upstream-name . "rgdal")))
(build-system r-build-system)
(inputs