mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-pander: Update to 0.6.5.
* gnu/packages/cran.scm (r-pander): Update to 0.6.5.
This commit is contained in:
parent
f4b8fb38f3
commit
ec9f2c0dea
1 changed files with 2 additions and 2 deletions
|
@ -12673,14 +12673,14 @@ (define-public r-rapportools
|
|||
(define-public r-pander
|
||||
(package
|
||||
(name "r-pander")
|
||||
(version "0.6.4")
|
||||
(version "0.6.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pander" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1knjcr50xxns3w3kh15myjpsizn4d7fdqx071a4yj90imif07qjh"))))
|
||||
"144zkq5w7v6fpzk3x40i0baybbp0y6x2ckh4b9qljryas9mhgp9a"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-digest r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue