mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-gitlab-ci-mode: Update to 20190824.12.2.
* gnu/packages/emacs-xyz.scm (emacs-gitlab-ci-mode): Update to 20190824.12.2.
This commit is contained in:
parent
feb9ae939e
commit
e1e4684552
1 changed files with 2 additions and 2 deletions
|
@ -10112,7 +10112,7 @@ (define-public emacs-yaml-mode
|
|||
(define-public emacs-gitlab-ci-mode
|
||||
(package
|
||||
(name "emacs-gitlab-ci-mode")
|
||||
(version "20190425.11.10")
|
||||
(version "20190824.12.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -10121,7 +10121,7 @@ (define-public emacs-gitlab-ci-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0"))))
|
||||
"16fb4r3vq8xkzl911v7gaky95w1agfxjlpaxpjmidwx48rbcar59"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-yaml-mode" ,emacs-yaml-mode)))
|
||||
|
|
Loading…
Reference in a new issue