gnu: r-pander: Update to 0.6.5.

* gnu/packages/cran.scm (r-pander): Update to 0.6.5.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:14 +02:00
parent f4b8fb38f3
commit ec9f2c0dea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))