me
/
guix
Archived
1
0
Fork 0

gnu: emacs-gitlab-ci-mode: Update to 20190824.12.2.

* gnu/packages/emacs-xyz.scm (emacs-gitlab-ci-mode): Update to 20190824.12.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -10112,7 +10112,7 @@ behavior very similar to that of Python mode.")
(define-public emacs-gitlab-ci-mode (define-public emacs-gitlab-ci-mode
(package (package
(name "emacs-gitlab-ci-mode") (name "emacs-gitlab-ci-mode")
(version "20190425.11.10") (version "20190824.12.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -10121,7 +10121,7 @@ behavior very similar to that of Python mode.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0")))) "16fb4r3vq8xkzl911v7gaky95w1agfxjlpaxpjmidwx48rbcar59"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-yaml-mode" ,emacs-yaml-mode))) `(("emacs-yaml-mode" ,emacs-yaml-mode)))