mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: emacs-parsebib: Update to 4.2.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.2.
This commit is contained in:
parent
0565cde689
commit
638fb2da94
1 changed files with 2 additions and 2 deletions
|
@ -18865,7 +18865,7 @@ (define-public emacs-org-auto-expand
|
||||||
(define-public emacs-parsebib
|
(define-public emacs-parsebib
|
||||||
(package
|
(package
|
||||||
(name "emacs-parsebib")
|
(name "emacs-parsebib")
|
||||||
(version "4.1")
|
(version "4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18874,7 +18874,7 @@ (define-public emacs-parsebib
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bsxhizwhri8ayryfq59ghkybrql611q2bnjd45hpj7armwq3s8m"))))
|
(base32 "0da4b6d65bq9xhyhq7h9g315zg6g5q9435vz870la966rgav5szd"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue