summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-01-16 05:42:00 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-01-16 06:53:29 +0100
commitb329d5f0b294cb9d11fc8c21846d5818886b5c67 (patch)
treea527785968d9f291725fbc77208727a123201537 /gnu/packages
parentdc196dfd44e83d2fa5da6afaf18fd99d813ab011 (diff)
downloadguix-b329d5f0b294cb9d11fc8c21846d5818886b5c67.tar.gz
gnu: r-bibtex: Update to 0.4.2.2.
* gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.2.
Diffstat (limited to 'gnu/packages')
-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 69c45e58a3..21771c59c6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5768,14 +5768,14 @@ Python to R they are converted back to R types.")
 (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")