mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-cairo: Update to 1.5-12.
* gnu/packages/statistics.scm (r-cairo): Update to 1.5-12.
This commit is contained in:
parent
ec2b99c1f0
commit
b493e5aba8
1 changed files with 2 additions and 2 deletions
|
@ -5409,14 +5409,14 @@ (define-public r-tsne
|
|||
(define-public r-cairo
|
||||
(package
|
||||
(name "r-cairo")
|
||||
(version "1.5-11")
|
||||
(version "1.5-12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Cairo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k9kpxcg5n4g6x2gydv344f4w0snqbhww14fnbbj1bny0mmv28xg"))))
|
||||
"02v29am4fac3fyq6y1w6r89zwbqqkxjsxrafcwb5s124ikxyl22f"))))
|
||||
(properties `((upstream-name . "Cairo")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue