1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: emacs-parsebib: Update to 6.4.

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

Change-Id: I56c8bcd928f89b8b9db7d8f374259911bbfe2422
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:32:02 +01:00
parent 106c5e3d42
commit af9dbee46d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25579,7 +25579,7 @@ files to be expanded upon opening them.")
(define-public emacs-parsebib
(package
(name "emacs-parsebib")
(version "6.3")
(version "6.4")
(source
(origin
(method git-fetch)
@ -25588,7 +25588,7 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1rgawqwa7dqfiz74fsj1z6nsmjp7dszrxm9jjc9kgnr8w4s3yb2a"))))
(base32 "1mx47gkn3l7hvknksfcl9r36hhm2hlskibvbkxd31sgzhzgjaxdr"))))
(build-system emacs-build-system)
(home-page "https://github.com/joostkremers/parsebib")
(synopsis "Library for parsing @file{.bib} files")