gnu: r-automap: Update to 1.1-9.
* gnu/packages/cran.scm (r-automap): Update to 1.1-9.
This commit is contained in:
parent
0c3a344570
commit
6eeebd8021
1 changed files with 2 additions and 2 deletions
|
@ -38336,13 +38336,13 @@ (define-public r-gstat
|
|||
(define-public r-automap
|
||||
(package
|
||||
(name "r-automap")
|
||||
(version "1.1-1")
|
||||
(version "1.1-9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "automap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11l6iygq66jg11lilwjmf7l250dcvhilx6zv2lm746rjzchwga0s"))))
|
||||
"0hrsdynjxv0n5n1pbdk05rgrcwfd0g5p9pgdbicx4ljk73nhl1zk"))))
|
||||
(properties `((upstream-name . "automap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ggplot2
|
||||
|
|
Loading…
Reference in a new issue