me
/
guix
Archived
1
0
Fork 0

gnu: emacs-parsebib: Update to 2.3.3.

* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 2.3.3.
master
Nicolas Goaziou 2020-05-02 02:19:16 +02:00
parent ecd56cd1b2
commit 9dbcc8d0d5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -13255,7 +13255,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 "2.3.1") (version "2.3.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13264,7 +13264,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 "1bnqnxkb9dnl0fjrrjx0xn9jsqki2h8ygw3d5dm4bl79smah3qkh")))) (base32 "0mpgyy9qfb5x4fvlmb274hgayjbwf0bgk65dxyx31zikjwpcd56p"))))
(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 bib files") (synopsis "Library for parsing bib files")