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

gnu: r-automap: Update to 1.1-9.

* gnu/packages/cran.scm (r-automap): Update to 1.1-9.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:41 +02:00
parent 0c3a344570
commit 6eeebd8021
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -38336,13 +38336,13 @@ supports @command{sf} and @command{stars}.")
(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