me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebib: Update to 2.32.2.

* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.32.2.
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
1 changed files with 2 additions and 2 deletions

View File

@ -17374,7 +17374,7 @@ files to be expanded upon opening them.")
(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 @@ files to be expanded upon opening them.")
(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)