1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +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:
Cayetano Santos 2025-02-16 10:04:41 +01:00 committed by Ian Eure
parent 3ea90083c7
commit 61f8cb0959
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -25666,7 +25666,7 @@ files to be expanded upon opening them.")
(define-public emacs-parsebib
(package
(name "emacs-parsebib")
(version "6.4")
(version "6.6")
(source
(origin
(method git-fetch)
@ -25675,13 +25675,13 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1mx47gkn3l7hvknksfcl9r36hhm2hlskibvbkxd31sgzhzgjaxdr"))))
(base32 "0gh8bv6q9041q0b9spw7glj3lfvkj8yl743b4xc1y5mjj8alb466"))))
(build-system emacs-build-system)
(home-page "https://github.com/joostkremers/parsebib")
(synopsis "Library for parsing @file{.bib} files")
(description
"This package provides an Emacs library for parsing @file{.bib} files.")
(license license:gpl3+)))
(license license:bsd-3)))
(define-public emacs-ebib
(package