gnu: r-latex2exp: Update to 0.9.6.

* gnu/packages/cran.scm (r-latex2exp): Update to 0.9.6.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:25 +01:00
parent b164681e79
commit 85170433d1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27781,13 +27781,13 @@ (define-public r-httpcode
(define-public r-latex2exp
(package
(name "r-latex2exp")
(version "0.9.5")
(version "0.9.6")
(source (origin
(method url-fetch)
(uri (cran-uri "latex2exp" version))
(sha256
(base32
"153br3xflvnnxqhkhm1wgwb2664bw08alhslgdcgjdk73clafhla"))))
"1jp0l0hi5kv4yh28qg2yj2z5fj33gnfvdz2g2v4ibn516fj2d636"))))
(build-system r-build-system)
(propagated-inputs
(list r-stringr r-magrittr))