me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rgdal): Update to 1.5-19.
master
Ricardo Wurmus 2021-01-20 17:12:01 +01:00
parent 2fda946425
commit 3ebc2c39b1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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