1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 10:54:05 +02:00

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

* gnu/packages/cran.scm (r-rgdal): Update to 1.5-28.
This commit is contained in:
Ricardo Wurmus
2022-01-05 19:34:26 +01:00
parent ef74872125
commit d523463654
+2 -2
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