me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-proj4): Update to 1.0-14.

Change-Id: I97575fc9f094b0e3cedb33dc83bbea286ed6c63d
master
Ricardo Wurmus 2024-01-17 23:09:45 +01:00
parent 7f7ca62e27
commit 612a24a7b8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1509,13 +1509,13 @@ by R (also native code).")
(define-public r-proj4 (define-public r-proj4
(package (package
(name "r-proj4") (name "r-proj4")
(version "1.0-13") (version "1.0-14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "proj4" version)) (uri (cran-uri "proj4" version))
(sha256 (sha256
(base32 (base32
"1wvp17x58i614mnrjp0idzfi7s3g7pz41x8cxv05ryi9iz5l0m5c")))) "1dh059lhw32vn0hxlp6sxb6m8hjdgmm01djq6vfncrhkjbd73mfk"))))
(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))