me
/
guix
Archived
1
0
Fork 0

gnu: r-ggsignif: Update to 0.6.3.

* gnu/packages/cran.scm (r-ggsignif): Update to 0.6.3.
master
Ricardo Wurmus 2021-09-29 15:33:18 +02:00
parent eb49529221
commit af0f83edb0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8172,14 +8172,14 @@ movies, and TV shows.")
(define-public r-ggsignif
(package
(name "r-ggsignif")
(version "0.6.2")
(version "0.6.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggsignif" version))
(sha256
(base32
"18rz3dz6i8d3pznd8war01ja1fhy7f4xs7ihwszf73z44w8jkas1"))))
"1ad774c7s7y4i00xd89lfigr9aybl94q98ch598k3rchanr4b1fa"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))