mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-proj4: Update to 1.0-12.
* gnu/packages/cran.scm (r-proj4): Update to 1.0-12.
This commit is contained in:
parent
cef2cbb295
commit
ecabd344c9
1 changed files with 2 additions and 2 deletions
|
@ -710,13 +710,13 @@ (define-public r-googlesheets4
|
|||
(define-public r-proj4
|
||||
(package
|
||||
(name "r-proj4")
|
||||
(version "1.0-11")
|
||||
(version "1.0-12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "proj4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07fil52jswbg2h807cd82m2wlm5j2fb891ifri9ms037099qdwf5"))))
|
||||
"1y3n6zjc4s78pagq5f2x9sdfjg5x5nwnhq67jd06fndlsma8mssa"))))
|
||||
(properties `((upstream-name . "proj4")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list proj-7 zlib))
|
||||
|
|
Loading…
Reference in a new issue