mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-parsebib: Update to 3.0.1.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 3.0.1.
This commit is contained in:
parent
cfd2442488
commit
6835d3e790
1 changed files with 2 additions and 2 deletions
|
@ -17354,7 +17354,7 @@ (define-public emacs-org-auto-expand
|
|||
(define-public emacs-parsebib
|
||||
(package
|
||||
(name "emacs-parsebib")
|
||||
(version "2.4.1")
|
||||
(version "3.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17363,7 +17363,7 @@ (define-public emacs-parsebib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1d3ysh82gh5mg07hlz3ll782lldnaj0xmyabv18jln4y2xd7ncni"))))
|
||||
(base32 "1hd6izpb4irinjmfy7zxy8fqnr1fm4iw2sipvl9261nm68dzha6z"))))
|
||||
(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