gnu: r-bibtex: Update to 0.4.2.2.

* gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.2.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:42:00 +01:00
parent dc196dfd44
commit b329d5f0b2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5768,14 +5768,14 @@ (define-public r-reticulate
(define-public r-bibtex
(package
(name "r-bibtex")
(version "0.4.2.1")
(version "0.4.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "bibtex" version))
(sha256
(base32
"1ks1w59ldwmfd1sj8ap7smyhf8dhykv7xnwrl8z9xzkcfpv1rbc0"))))
"140hkjzdp3033cvji861rd06z1ixgpnn4n5amygqsmhnixk8ff07"))))
(build-system r-build-system)
(propagated-inputs `(("r-stringr" ,r-stringr)))
(home-page "https://github.com/romainfrancois/bibtex")