me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Update to 0.4.0.
[propagated-inputs]: Add EMACS-ANSIBLE.

Change-Id: I1d15b309332f1bb82a0d515195eb2d1e8bd8cc34
master
Nicolas Goaziou 2024-05-01 12:35:42 +02:00
parent 97f2f03c62
commit 1b4c846d83
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 6 additions and 3 deletions

View File

@ -22036,7 +22036,7 @@ literate programming tools for exporting, weaving and tangling.")
(define-public emacs-polymode-ansible
(package
(name "emacs-polymode-ansible")
(version "0.3.0")
(version "0.4.0")
(source
(origin
(method git-fetch)
@ -22045,10 +22045,13 @@ literate programming tools for exporting, weaving and tangling.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0f0yq6gmkp194nxk90ipprglf1xkmxrgz1rkgrhfslvxq4q2l81h"))))
(base32 "0fmbxhn8cbfdad37m1jssm1jblia0b4fzdv89lrz0k5wqyzlkz4g"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-ansible-doc emacs-jinja2-mode emacs-polymode
(list emacs-ansible
emacs-ansible-doc
emacs-jinja2-mode
emacs-polymode
emacs-yaml-mode))
(properties '((upstream-name . "poly-ansible")))
(home-page "https://gitlab.com/mavit/poly-ansible/")