gnu: emacs-polymode-ansible: Update to 0.4.1.
* gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Update to 0.4.1. Change-Id: I1e82cd9f4a71a536b255401c8bc69cb649ba8eeb
This commit is contained in:
parent
34ddb46503
commit
0083562369
1 changed files with 2 additions and 2 deletions
|
@ -22119,7 +22119,7 @@ literate programming tools for exporting, weaving and tangling.")
|
|||
(define-public emacs-polymode-ansible
|
||||
(package
|
||||
(name "emacs-polymode-ansible")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22128,7 +22128,7 @@ literate programming tools for exporting, weaving and tangling.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fmbxhn8cbfdad37m1jssm1jblia0b4fzdv89lrz0k5wqyzlkz4g"))))
|
||||
(base32 "0980z444419pk7xgic6g5vvi30yibxfimd0rp0zznrshmc9xxra8"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-ansible
|
||||
|
|
Reference in a new issue