mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-amap: Update to 0.8-18.
* gnu/packages/cran.scm (r-amap): Update to 0.8-18.
This commit is contained in:
parent
0128a9df8f
commit
3dc1d43300
1 changed files with 2 additions and 2 deletions
|
@ -1424,13 +1424,13 @@ (define-public r-haven
|
|||
(define-public r-amap
|
||||
(package
|
||||
(name "r-amap")
|
||||
(version "0.8-17")
|
||||
(version "0.8-18")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "amap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1il94bkhl8192vawq4gr2gwyhqhid27jr2312rhvr72ssg8p713b"))))
|
||||
"0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
|
|
Loading…
Reference in a new issue