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:
Nicolas Goaziou 2021-05-29 15:37:48 +02:00
parent feb9ae939e
commit e1e4684552
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)))