mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: emacs-ivy-yasnippet: Update to 0.1-2.32580b4.
* gnu/packages/emacs.scm (emacs-ivy-yasnippet): Update to 0.1-2.32580b4.
This commit is contained in:
parent
69a3fcc086
commit
7cad66d9a7
1 changed files with 4 additions and 3 deletions
|
@ -3848,10 +3848,11 @@ (define-public emacs-ivy
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ivy-yasnippet
|
(define-public emacs-ivy-yasnippet
|
||||||
(let ((commit "59b32cf8cfb63df906822a17f6f5e8545dac38d4"))
|
(let ((commit "32580b4fd23ebf9ca7dde96704f7d53df6e253cd")
|
||||||
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ivy-yasnippet")
|
(name "emacs-ivy-yasnippet")
|
||||||
(version (git-version "0.1" "1" commit))
|
(version (git-version "0.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3861,7 +3862,7 @@ (define-public emacs-ivy-yasnippet
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hghdlxkfwrglvc1nql2ikgp6jj0qdbfwc3yvpb19mrf26hwgp13"))))
|
"1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-ivy" ,emacs-ivy)
|
`(("emacs-ivy" ,emacs-ivy)
|
||||||
|
|
Loading…
Reference in a new issue