gnu: emacs-ebib: Update to 2.32.2.

* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.32.2.
This commit is contained in:
Nicolas Goaziou 2021-08-13 14:31:43 +02:00
parent 6835d3e790
commit 241eff01f7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17374,7 +17374,7 @@ (define-public emacs-parsebib
(define-public emacs-ebib
(package
(name "emacs-ebib")
(version "2.32.1")
(version "2.32.2")
(source
(origin
(method git-fetch)
@ -17383,7 +17383,7 @@ (define-public emacs-ebib
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1xgpdw0sxl2c9dn6x6fk0rqpqlqxsjlj0vyag611blj600br7dqr"))))
(base32 "04kw0akp35r2ibrcav4kaf34d1xs8pckjiygv7h1nqpv6dmrgfq7"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-biblio" ,emacs-biblio)