diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-02 02:19:16 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-02 02:19:16 +0200 |
commit | 9dbcc8d0d52c6ed69cdeed7d7307d0d134febac1 (patch) | |
tree | b97c1c5ef21d7d5412cb2b4a39978be701053ac8 /gnu/packages | |
parent | ecd56cd1b223733c3ec04043fec245acf4c1cdb8 (diff) | |
download | patches-9dbcc8d0d52c6ed69cdeed7d7307d0d134febac1.tar patches-9dbcc8d0d52c6ed69cdeed7d7307d0d134febac1.tar.gz |
gnu: emacs-parsebib: Update to 2.3.3.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 2.3.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 43d1893a6c..657abd036a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13255,7 +13255,7 @@ files to be expanded upon opening them.") (define-public emacs-parsebib (package (name "emacs-parsebib") - (version "2.3.1") + (version "2.3.3") (source (origin (method git-fetch) @@ -13264,7 +13264,7 @@ files to be expanded upon opening them.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1bnqnxkb9dnl0fjrrjx0xn9jsqki2h8ygw3d5dm4bl79smah3qkh")))) + (base32 "0mpgyy9qfb5x4fvlmb274hgayjbwf0bgk65dxyx31zikjwpcd56p")))) (build-system emacs-build-system) (home-page "https://github.com/joostkremers/parsebib") (synopsis "Library for parsing bib files") |