rekado pushed a commit to branch master in repository guix. commit 75c394abbffb7663e9fff7ed5df4c40ade73ba74 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Mon Oct 5 22:13:17 2020 +0200
gnu: r-bibtex: Update to 0.4.2.3. * gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.3. --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4fb9460..4a5efd7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6416,14 +6416,14 @@ Python to R they are converted back to R types.") (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")