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))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public emacs-helm-c-yasnippet
|
(define-public emacs-helm-c-yasnippet
|
||||||
(let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
|
(let ((commit "c5880e740da101fde7a995e94a7b16c330e57583")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-c-yasnippet")
|
(name "emacs-helm-c-yasnippet")
|
||||||
(version (string-append "0.6.7" "-" revision "."
|
(version (git-version "0.6.7" revision commit))
|
||||||
(string-take commit 7)))
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
|
"026i2cywf3gvhbvnc996i76vv1pqzi21j6v8zwm198dj1f1wg4kw"))))
|
||||||
(build-system emacs-build-system)
|
(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
|
(propagated-inputs
|
||||||
(list emacs-helm emacs-yasnippet))
|
(list emacs-helm emacs-yasnippet))
|
||||||
(home-page "https://github.com/emacs-jp/helm-c-yasnippet")
|
(home-page "https://github.com/emacs-jp/helm-c-yasnippet")
|
||||||
(synopsis "Helm integration for Yasnippet")
|
(synopsis "Helm integration for Yasnippet")
|
||||||
(description "This Emacs library provides Helm interface for
|
(description
|
||||||
Yasnippet.")
|
"This Emacs library provides Helm interface for Yasnippet.")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public emacs-helm-system-packages
|
(define-public emacs-helm-system-packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue