mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: emacs-parsebib: Update to 6.6.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 6.6. Change-Id: I1c699483db210740745c12ace48e626b998e8f45 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
3ea90083c7
commit
61f8cb0959
1 changed files with 3 additions and 3 deletions
|
@ -25666,7 +25666,7 @@ files to be expanded upon opening them.")
|
|||
(define-public emacs-parsebib
|
||||
(package
|
||||
(name "emacs-parsebib")
|
||||
(version "6.4")
|
||||
(version "6.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25675,13 +25675,13 @@ files to be expanded upon opening them.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mx47gkn3l7hvknksfcl9r36hhm2hlskibvbkxd31sgzhzgjaxdr"))))
|
||||
(base32 "0gh8bv6q9041q0b9spw7glj3lfvkj8yl743b4xc1y5mjj8alb466"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/joostkremers/parsebib")
|
||||
(synopsis "Library for parsing @file{.bib} files")
|
||||
(description
|
||||
"This package provides an Emacs library for parsing @file{.bib} files.")
|
||||
(license license:gpl3+)))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public emacs-ebib
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue