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 2.4.1.

* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 2.4.1.
This commit is contained in:
Nicolas Goaziou 2021-02-17 12:45:25 +01:00
parent 6e39a8094f
commit 0208f313a2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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