3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-amap: Update to 0.8-16.

* gnu/packages/cran.scm (r-amap): Update to 0.8-16.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-18 15:55:31 +02:00
parent c8ac880c9c
commit 7c2a46461e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -271,13 +271,13 @@ embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
(define-public r-amap
(package
(name "r-amap")
(version "0.8-14")
(version "0.8-16")
(source (origin
(method url-fetch)
(uri (cran-uri "amap" version))
(sha256
(base32
"1dz37z9v4zvyvqrs4xvpfv468jwvpxav60qn2w0049bw8llj6xdl"))))
"1qnl2x98x64iaipkx5126rsddq2sx5ml43h75xyiyn30yvbmlxyk"))))
(build-system r-build-system)
(inputs
`(("gfortran" ,gfortran)))