summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-12-27 20:31:32 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-12-27 21:30:25 +0100
commit1d3c31a23c5fb2eb95d3ebca8af033fa154bb546 (patch)
treec78f0992945908d2e4a7f419862e278a1b0311d3 /gnu
parent04b181cb15aa6e2ad60f457556818e6b783722a9 (diff)
gnu: r-bibtex: Update to 0.4.2.1.
* gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7ef3884adc..4a75b94745 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5771,14 +5771,14 @@ Python to R they are converted back to R types.")
(define-public r-bibtex
(package
(name "r-bibtex")
- (version "0.4.2")
+ (version "0.4.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "bibtex" version))
(sha256
(base32
- "0wl3925ryd54g1nv3ncwllc493d39dpgy5md61940h69c0van1hz"))))
+ "1ks1w59ldwmfd1sj8ap7smyhf8dhykv7xnwrl8z9xzkcfpv1rbc0"))))
(build-system r-build-system)
(propagated-inputs `(("r-stringr" ,r-stringr)))
(home-page "https://github.com/romainfrancois/bibtex")