mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-bibtex: Update to 0.4.2.1.
* gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.1.
This commit is contained in:
parent
04b181cb15
commit
1d3c31a23c
1 changed files with 2 additions and 2 deletions
|
@ -5771,14 +5771,14 @@ Python to R they are converted back to R types.")
|
||||||
(define-public r-bibtex
|
(define-public r-bibtex
|
||||||
(package
|
(package
|
||||||
(name "r-bibtex")
|
(name "r-bibtex")
|
||||||
(version "0.4.2")
|
(version "0.4.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bibtex" version))
|
(uri (cran-uri "bibtex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wl3925ryd54g1nv3ncwllc493d39dpgy5md61940h69c0van1hz"))))
|
"1ks1w59ldwmfd1sj8ap7smyhf8dhykv7xnwrl8z9xzkcfpv1rbc0"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-stringr" ,r-stringr)))
|
(propagated-inputs `(("r-stringr" ,r-stringr)))
|
||||||
(home-page "https://github.com/romainfrancois/bibtex")
|
(home-page "https://github.com/romainfrancois/bibtex")
|
||||||
|
|
Loading…
Reference in a new issue