mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helm-c-yasnippet: Update to 0.6.7-2.c5880e7.
* gnu/packages/emacs-xyz.scm (emacs-helm-c-yasnippet): Update to 0.6.7-2.c5880e7. [version]: Use git-version. [arguments]: Add #:test-command. Change-Id: I5dbdf7d7e605b6295f2da40845b5d254ec402b0f Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
689da1cc16
commit
52c87c07bb
1 changed files with 11 additions and 7 deletions
|
@ -21479,12 +21479,11 @@ exposes a small API to assist in writing your own snippets.")
|
|||
(license license:expat))))
|
||||
|
||||
(define-public emacs-helm-c-yasnippet
|
||||
(let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
|
||||
(revision "1"))
|
||||
(let ((commit "c5880e740da101fde7a995e94a7b16c330e57583")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-helm-c-yasnippet")
|
||||
(version (string-append "0.6.7" "-" revision "."
|
||||
(string-take commit 7)))
|
||||
(version (git-version "0.6.7" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -21493,14 +21492,19 @@ exposes a small API to assist in writing your own snippets.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
|
||||
"026i2cywf3gvhbvnc996i76vv1pqzi21j6v8zwm198dj1f1wg4kw"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-command #~(list "emacs" "--batch"
|
||||
"-l" "test/helm-yasnippet-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-helm emacs-yasnippet))
|
||||
(home-page "https://github.com/emacs-jp/helm-c-yasnippet")
|
||||
(synopsis "Helm integration for Yasnippet")
|
||||
(description "This Emacs library provides Helm interface for
|
||||
Yasnippet.")
|
||||
(description
|
||||
"This Emacs library provides Helm interface for Yasnippet.")
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public emacs-helm-system-packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue