gnu: emacs-polymode-ansible: Update to 0.3.0.

* gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Update to 0.3.0.
This commit is contained in:
Nicolas Goaziou 2020-11-21 13:01:11 +01:00
parent 4445c644b5
commit 22ab5f595e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13333,33 +13333,31 @@ (define-public emacs-polymode
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-polymode-ansible (define-public emacs-polymode-ansible
(let ((commit "b26094d029e25dc797b94254f797e7807a57e4c8")) (package
(package (name "emacs-polymode-ansible")
(name "emacs-polymode-ansible") ;; No upstream version release yet.
;; No upstream version release yet. (version "0.3.0")
(version (git-version "0.1" "1" commit)) (source
(source (origin
(origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://gitlab.com/mavit/poly-ansible")
(url "https://gitlab.com/mavit/poly-ansible") (commit version)))
(commit commit))) (file-name (git-file-name name version))
(file-name (git-file-name name version)) (sha256
(sha256 (base32 "0f0yq6gmkp194nxk90ipprglf1xkmxrgz1rkgrhfslvxq4q2l81h"))))
(base32 (build-system emacs-build-system)
"055shddqibib3hx2ykwdz910nrqws40cd407mq946l2bf6v87gj6")))) (propagated-inputs
(build-system emacs-build-system) `(("emacs-ansible-doc" ,emacs-ansible-doc)
(propagated-inputs ("emacs-jinja2-mode" ,emacs-jinja2-mode)
`(("emacs-ansible-doc" ,emacs-ansible-doc) ("emacs-polymode" ,emacs-polymode)
("emacs-jinja2-mode" ,emacs-jinja2-mode) ("emacs-yaml-mode" ,emacs-yaml-mode)))
("emacs-polymode" ,emacs-polymode) (properties '((upstream-name . "poly-ansible")))
("emacs-yaml-mode" ,emacs-yaml-mode))) (home-page "https://gitlab.com/mavit/poly-ansible/")
(properties '((upstream-name . "poly-ansible"))) (synopsis "Polymode for Ansible - Jinja2 in YAML")
(home-page "https://gitlab.com/mavit/poly-ansible/") (description
(synopsis "Polymode for Ansible - Jinja2 in YAML") "Edit YAML files for Ansible containing embedded Jinja2 templating.")
(description (license license:gpl3+)))
"Edit YAML files for Ansible containing embedded Jinja2 templating.")
(license license:gpl3+))))
(define-public emacs-powershell (define-public emacs-powershell
;; Tagged branch 0.1 is outdated (2015). ;; Tagged branch 0.1 is outdated (2015).