ngz pushed a commit to branch master
in repository guix.
commit e1e4684552a6201ec91fcb51f90f27dbc1d2e28c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat May 29 15:37:48 2021 +0200
gnu: emacs-gitlab-ci-mode: Update to 20190824.12.2.
* gnu/packages/emacs-xyz.scm (emacs-gitlab-ci-mode): Update to
20190824.12.2.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eb8d2a7..f4e87f7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10112,7 +10112,7 @@ behavior very similar to that of Python 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 @@ behavior very similar to that of Python 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)))