mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-parsebib: Update to 6.7.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 6.7. Change-Id: I1524838f41cb94325f30f0e0008808c8dc313491 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
198fe8bcdf
commit
0c7ffaacd2
1 changed files with 2 additions and 2 deletions
|
@ -26357,7 +26357,7 @@ files to be expanded upon opening them.")
|
|||
(define-public emacs-parsebib
|
||||
(package
|
||||
(name "emacs-parsebib")
|
||||
(version "6.6")
|
||||
(version "6.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26366,7 +26366,7 @@ files to be expanded upon opening them.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gh8bv6q9041q0b9spw7glj3lfvkj8yl743b4xc1y5mjj8alb466"))))
|
||||
(base32 "180lvlq6xfri1lag85s6478x8cv4iccj6qk2rag9nm19yrhxfh7a"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/joostkremers/parsebib")
|
||||
(synopsis "Library for parsing @file{.bib} files")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue