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

* gnu/packages/cran.scm (r-rgdal): Update to 1.5-32.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:38 +02:00
parent 018becea7e
commit 51ddbf1368
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -20750,13 +20750,13 @@ effect size.")
(define-public r-rgdal
(package
(name "r-rgdal")
(version "1.5-30")
(version "1.5-32")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgdal" version))
(sha256
(base32 "1f4zshgkaifbfcgq61vqb7jw5w2cc128d98rq2465r8696q2p0s9"))))
(base32 "1vbkyhw8nd7dw1r53qisphav31x6zvpbzilvnlvbjbj9hzhs90s5"))))
(properties `((upstream-name . "rgdal")))
(build-system r-build-system)
(inputs