mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +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
|
(define-public emacs-parsebib
|
||||||
(package
|
(package
|
||||||
(name "emacs-parsebib")
|
(name "emacs-parsebib")
|
||||||
(version "6.4")
|
(version "6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -25675,13 +25675,13 @@ 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 "1mx47gkn3l7hvknksfcl9r36hhm2hlskibvbkxd31sgzhzgjaxdr"))))
|
(base32 "0gh8bv6q9041q0b9spw7glj3lfvkj8yl743b4xc1y5mjj8alb466"))))
|
||||||
(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")
|
||||||
(description
|
(description
|
||||||
"This package provides an Emacs library for parsing @file{.bib} files.")
|
"This package provides an Emacs library for parsing @file{.bib} files.")
|
||||||
(license license:gpl3+)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public emacs-ebib
|
(define-public emacs-ebib
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue