3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-parsebib: Update to 4.2.

* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.2.
This commit is contained in:
Nicolas Goaziou 2022-07-31 23:52:27 +02:00
parent 0565cde689
commit 638fb2da94
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18865,7 +18865,7 @@ files to be expanded upon opening them.")
(define-public emacs-parsebib
(package
(name "emacs-parsebib")
(version "4.1")
(version "4.2")
(source
(origin
(method git-fetch)
@ -18874,7 +18874,7 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1bsxhizwhri8ayryfq59ghkybrql611q2bnjd45hpj7armwq3s8m"))))
(base32 "0da4b6d65bq9xhyhq7h9g315zg6g5q9435vz870la966rgav5szd"))))
(build-system emacs-build-system)
(home-page "https://github.com/joostkremers/parsebib")
(synopsis "Library for parsing @file{.bib} files")