mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-automap: Update to 1.1-12.
* gnu/packages/cran.scm (r-automap): Update to 1.1-12. Change-Id: Iff77394560ee97bd619ba4fb6b158025d62f2099
This commit is contained in:
parent
0405032fc6
commit
b796cfdac9
1 changed files with 2 additions and 2 deletions
|
@ -42895,13 +42895,13 @@ (define-public r-gstat
|
|||
(define-public r-automap
|
||||
(package
|
||||
(name "r-automap")
|
||||
(version "1.1-9")
|
||||
(version "1.1-12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "automap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hrsdynjxv0n5n1pbdk05rgrcwfd0g5p9pgdbicx4ljk73nhl1zk"))))
|
||||
"1lz60na443pf6k9ndzqyylllw2fz8b658j6m3ykfpia0k6fbpx55"))))
|
||||
(properties `((upstream-name . "automap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ggplot2
|
||||
|
|
Loading…
Reference in a new issue