gnu: emacs-parsebib: Update to 6.7.

* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 6.7.

Change-Id: I1524838f41cb94325f30f0e0008808c8dc313491
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Cayetano Santos 2025-04-09 11:21:29 +02:00 committed by Christopher Baines
parent 198fe8bcdf
commit 0c7ffaacd2
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -26357,7 +26357,7 @@ files to be expanded upon opening them.")
(define-public emacs-parsebib
(package
(name "emacs-parsebib")
(version "6.6")
(version "6.7")
(source
(origin
(method git-fetch)
@ -26366,7 +26366,7 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0gh8bv6q9041q0b9spw7glj3lfvkj8yl743b4xc1y5mjj8alb466"))))
(base32 "180lvlq6xfri1lag85s6478x8cv4iccj6qk2rag9nm19yrhxfh7a"))))
(build-system emacs-build-system)
(home-page "https://github.com/joostkremers/parsebib")
(synopsis "Library for parsing @file{.bib} files")