gnu: emacs-parsebib: Update to 3.1.

* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 3.1.
This commit is contained in:
Nicolas Goaziou 2021-12-10 00:33:53 +01:00
parent 3d90a81313
commit 603d51829f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -17869,7 +17869,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 "3.0.1") (version "3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17878,7 +17878,7 @@ 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 "1hd6izpb4irinjmfy7zxy8fqnr1fm4iw2sipvl9261nm68dzha6z")))) (base32 "08vrkadjxaw1w1bx8dg12kxxkvgl65p0d7gkpfhwpvv35k0d9z3y"))))
(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")