gnu: emacs-parsebib: Update to 4.1.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.1. Fixes bug#56346.
This commit is contained in:
parent
85bc10fdab
commit
02ca41d901
1 changed files with 2 additions and 2 deletions
|
@ -18810,7 +18810,7 @@ files to be expanded upon opening them.")
|
||||||
(define-public emacs-parsebib
|
(define-public emacs-parsebib
|
||||||
(package
|
(package
|
||||||
(name "emacs-parsebib")
|
(name "emacs-parsebib")
|
||||||
(version "3.1")
|
(version "4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18819,7 +18819,7 @@ files to be expanded upon opening them.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08vrkadjxaw1w1bx8dg12kxxkvgl65p0d7gkpfhwpvv35k0d9z3y"))))
|
(base32 "1bsxhizwhri8ayryfq59ghkybrql611q2bnjd45hpj7armwq3s8m"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/joostkremers/parsebib")
|
(home-page "https://github.com/joostkremers/parsebib")
|
||||||
(synopsis "Library for parsing @file{.bib} files")
|
(synopsis "Library for parsing @file{.bib} files")
|
||||||
|
|
Reference in a new issue