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

* gnu/packages/cran.scm (r-amap): Update to 0.8-17.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
master
Ricardo Wurmus 2019-05-19 09:22:49 +02:00
parent 089ac9af76
commit c86da03a11
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -1068,15 +1068,15 @@ embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
(define-public r-amap
(package
(name "r-amap")
(version "0.8-16")
(version "0.8-17")
(source (origin
(method url-fetch)
(uri (cran-uri "amap" version))
(sha256
(base32
"1qnl2x98x64iaipkx5126rsddq2sx5ml43h75xyiyn30yvbmlxyk"))))
"1il94bkhl8192vawq4gr2gwyhqhid27jr2312rhvr72ssg8p713b"))))
(build-system r-build-system)
(inputs
(native-inputs
`(("gfortran" ,gfortran)))
(home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
(synopsis "Another multidimensional analysis package")