gnu: r-bibtex: Update to 0.5.0.
* gnu/packages/cran.scm (r-bibtex): Update to 0.5.0. [propagated-inputs]: Remove r-stringr; add r-backports.
This commit is contained in:
parent
282407e024
commit
592ec521e2
1 changed files with 3 additions and 3 deletions
|
@ -9746,16 +9746,16 @@ (define-public r-reticulate
|
|||
(define-public r-bibtex
|
||||
(package
|
||||
(name "r-bibtex")
|
||||
(version "0.4.2.3")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bibtex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vdwx6808r73pk15263f33bkqbfmb08d8jkmr4d7h4ml414ikbbv"))))
|
||||
"0rwinwj0kw2872q2whhk03ianl9lcgs6dlhqzm513wj3bgpb90gc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-stringr))
|
||||
(propagated-inputs (list r-backports))
|
||||
(home-page "https://github.com/romainfrancois/bibtex")
|
||||
(synopsis "Bibtex parser")
|
||||
(description "This package provides a utility for R to parse a bibtex
|
||||
|
|
Loading…
Reference in a new issue