gnu: emacs-helm-bibtex: Update to 2.0.1-1.8ebf50d.
* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex): Update to 2.0.1-1.8ebf50d. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
parent
a7557329d9
commit
50aa7cf08b
|
@ -21157,11 +21157,11 @@ Citar note support:
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public emacs-helm-bibtex
|
(define-public emacs-helm-bibtex
|
||||||
(let ((commit "aa775340ba691d2322948bfdc6a88158568a1399")
|
(let ((commit "8ebf50d5bd368082d0b7ab79d26a52f372cdef98")
|
||||||
(revision "3"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-bibtex")
|
(name "emacs-helm-bibtex")
|
||||||
(version (git-version "2.0.0" revision commit))
|
(version (git-version "2.0.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21170,7 +21170,7 @@ Citar note support:
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d3mc17ga09m41i06khghlvixr6gsiacifnhdbrfnp0w5592aprk"))))
|
(base32 "1x6nfkprj95cp4ldb485v13hrkd7rvzp750d9xz80vk76gpvaw3l"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-helm
|
(list emacs-helm
|
||||||
|
|
Reference in New Issue