gnu: emacs-compdef: Update to 0.2-2.67104a3.

* gnu/packages/emacs-xyz.scm (emacs-compdef): Update to 0.2-2.67104a3.
master
Brian Leung 2019-09-30 20:41:10 +02:00
parent e03b912600
commit cab542cbf7
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 3 additions and 3 deletions

View File

@ -3627,8 +3627,8 @@ completion candidate when using the Company text completion framework.")
(license license:gpl3+))))
(define-public emacs-compdef
(let ((commit "fc08a9b049c3718fc7d6c6ee2140759aff031bc9")
(revision "1"))
(let ((commit "67104a38763cc819644f711248b170a43bce151b")
(revision "2"))
(package
(name "emacs-compdef")
(version (git-version "0.2" revision commit))
@ -3640,7 +3640,7 @@ completion candidate when using the Company text completion framework.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1dwf4rlj19d80yp656c7nkp6hb3mabv808r6ix3hpv6rjjs38vhl"))))
(base32 "1f6y6cr67gps9jp5hd20xszfd3k26v70g6z4g5db6wdkvlnc2wkg"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/jjzmajic/compdef")
(synopsis "Set local completion backends")