gnu: r-bibtex: Update to 0.4.2.3.

* gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.3.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:13:17 +02:00
parent 794a6bc342
commit 75c394abbf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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