Archived
1
0
Fork 0

gnu: r-bibtex: Update to 0.5.1.

* gnu/packages/cran.scm (r-bibtex): Update to 0.5.1.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:24 +01:00
parent 111e5f71f5
commit 7bfb13e904
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10702,14 +10702,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.5.0") (version "0.5.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
"0rwinwj0kw2872q2whhk03ianl9lcgs6dlhqzm513wj3bgpb90gc")))) "1l9y945qmpla68rx6dnaxc83vmvkw26cw4zzfgfsvi36wsja1hgk"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-backports)) (propagated-inputs (list r-backports))
(home-page "https://github.com/romainfrancois/bibtex") (home-page "https://github.com/romainfrancois/bibtex")