diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 16:08:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 19:56:34 +0100 |
commit | 7bfb13e904081df969d407060484b30e31eb34dc (patch) | |
tree | 2896255f6210ab760bd3347f56cbe2276c698f04 | |
parent | 111e5f71f5b5a3930a7dabe73a309bdb144585e1 (diff) | |
download | guix-7bfb13e904081df969d407060484b30e31eb34dc.tar.gz guix-7bfb13e904081df969d407060484b30e31eb34dc.zip |
gnu: r-bibtex: Update to 0.5.1.
* gnu/packages/cran.scm (r-bibtex): Update to 0.5.1.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 07144e83ac..c8dcf6a628 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10702,14 +10702,14 @@ Python to R they are converted back to R types.") (define-public r-bibtex (package (name "r-bibtex") - (version "0.5.0") + (version "0.5.1") (source (origin (method url-fetch) (uri (cran-uri "bibtex" version)) (sha256 (base32 - "0rwinwj0kw2872q2whhk03ianl9lcgs6dlhqzm513wj3bgpb90gc")))) + "1l9y945qmpla68rx6dnaxc83vmvkw26cw4zzfgfsvi36wsja1hgk")))) (build-system r-build-system) (propagated-inputs (list r-backports)) (home-page "https://github.com/romainfrancois/bibtex") |