mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-parsebib: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 3.1.
This commit is contained in:
parent
3d90a81313
commit
603d51829f
1 changed files with 2 additions and 2 deletions
|
@ -17869,7 +17869,7 @@ (define-public emacs-org-auto-expand
|
|||
(define-public emacs-parsebib
|
||||
(package
|
||||
(name "emacs-parsebib")
|
||||
(version "3.0.1")
|
||||
(version "3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17878,7 +17878,7 @@ (define-public emacs-parsebib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hd6izpb4irinjmfy7zxy8fqnr1fm4iw2sipvl9261nm68dzha6z"))))
|
||||
(base32 "08vrkadjxaw1w1bx8dg12kxxkvgl65p0d7gkpfhwpvv35k0d9z3y"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/joostkremers/parsebib")
|
||||
(synopsis "Library for parsing @file{.bib} files")
|
||||
|
|
Loading…
Reference in a new issue