me
/
guix
Archived
1
0
Fork 0

gnu: r-cairo: Update to 1.6-0.

* gnu/packages/statistics.scm (r-cairo): Update to 1.6-0.
Ricardo Wurmus 2022-08-10 12:20:18 +02:00
parent 951944928b
commit 1234b52d03
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5861,14 +5861,14 @@ genome-wide association studies can be analyzed efficiently.")
(define-public r-cairo
(package
(name "r-cairo")
(version "1.5-15")
(version "1.6-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "Cairo" version))
(sha256
(base32
"17g8s80h9kc0a4zpb153sprjm6ndjl3gkpb63aq5xh9ickzv2fmv"))))
"1lxpmzy6k8y9b6g7x68x0giy8bblxmbc4q136hkzajmailfsqqn7"))))
(properties `((upstream-name . "Cairo")))
(build-system r-build-system)
(inputs