Archived
1
0
Fork 0

gnu: r-proj4: Update to 1.0-12.

* gnu/packages/cran.scm (r-proj4): Update to 1.0-12.
This commit is contained in:
Ricardo Wurmus 2022-11-30 11:39:10 +01:00
parent cef2cbb295
commit ecabd344c9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -710,13 +710,13 @@ can read and write both the metadata and the cell data in a Sheet.")
(define-public r-proj4 (define-public r-proj4
(package (package
(name "r-proj4") (name "r-proj4")
(version "1.0-11") (version "1.0-12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "proj4" version)) (uri (cran-uri "proj4" version))
(sha256 (sha256
(base32 (base32
"07fil52jswbg2h807cd82m2wlm5j2fb891ifri9ms037099qdwf5")))) "1y3n6zjc4s78pagq5f2x9sdfjg5x5nwnhq67jd06fndlsma8mssa"))))
(properties `((upstream-name . "proj4"))) (properties `((upstream-name . "proj4")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list proj-7 zlib)) (inputs (list proj-7 zlib))