me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rgdal): Update to 1.4-8.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -15636,13 +15636,13 @@ effect size.")
(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