me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rgdal): Update to 1.5-28.
master
Ricardo Wurmus 2022-01-05 19:34:26 +01:00
parent ef74872125
commit d523463654
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19534,13 +19534,13 @@ effect size.")
(define-public r-rgdal
(package
(name "r-rgdal")
(version "1.5-27")
(version "1.5-28")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgdal" version))
(sha256
(base32 "0mjpxs2dvbngbchlb0kfs0jcac7v88slwxmka81ds92lggnmb9b2"))))
(base32 "18k1w8cb77h4mw1m5b21r0fng40arb1md24fyriv83ccz8n46m3z"))))
(properties `((upstream-name . "rgdal")))
(build-system r-build-system)
(inputs