me
/
guix
Archived
1
0
Fork 0

gnu: emacs-parsebib: Update to 4.1.

* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.1.

Fixes bug#56346.
master
Nicolas Goaziou 2022-07-05 10:09:22 +02:00
parent 85bc10fdab
commit 02ca41d901
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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