gnu: emacs-helm-bibtex: Update to 2.0.0-3.aa77534.
* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex): Update to 2.0.0-3.aa77534.master
parent
9c30669551
commit
b2ee0798ee
|
@ -17792,12 +17792,11 @@ citations.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-helm-bibtex
|
(define-public emacs-helm-bibtex
|
||||||
(let ((commit "d4471232be26793fbf56c0ac3690b5f537c378b9")
|
(let ((commit "aa775340ba691d2322948bfdc6a88158568a1399")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-bibtex")
|
(name "emacs-helm-bibtex")
|
||||||
(version (string-append "2.0.0" "-" revision "."
|
(version (git-version "2.0.0" revision commit))
|
||||||
(string-take commit 7)))
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17806,8 +17805,7 @@ citations.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1d3mc17ga09m41i06khghlvixr6gsiacifnhdbrfnp0w5592aprk"))))
|
||||||
"1bkzhic6qckb267025il1r3xcpz99kisphxiafni1pxvf9jafr0j"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)
|
`(("emacs-helm" ,emacs-helm)
|
||||||
|
|
Reference in New Issue