mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-proj4: Update to 1.0-13.
* gnu/packages/cran.scm (r-proj4): Update to 1.0-13.
This commit is contained in:
parent
4aeee4b57d
commit
7fa2aacade
1 changed files with 2 additions and 2 deletions
|
@ -1246,13 +1246,13 @@ (define-public r-prettydoc
|
|||
(define-public r-proj4
|
||||
(package
|
||||
(name "r-proj4")
|
||||
(version "1.0-12")
|
||||
(version "1.0-13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "proj4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y3n6zjc4s78pagq5f2x9sdfjg5x5nwnhq67jd06fndlsma8mssa"))))
|
||||
"1wvp17x58i614mnrjp0idzfi7s3g7pz41x8cxv05ryi9iz5l0m5c"))))
|
||||
(properties `((upstream-name . "proj4")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list proj-7 zlib))
|
||||
|
|
Loading…
Reference in a new issue