mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ansible: Update to 0.4.1.
* gnu/packages/emacs-xyz.scm (emacs-ansible): Update to 0.4.1. Change-Id: If3904f3e31d9a6ecde8ddbcdf06ad0b9a8c487a5
This commit is contained in:
parent
236e2239bb
commit
ee2d2531ff
1 changed files with 2 additions and 2 deletions
|
@ -23856,7 +23856,7 @@ literate programming tools for exporting, weaving and tangling.")
|
||||||
(define-public emacs-ansible
|
(define-public emacs-ansible
|
||||||
(package
|
(package
|
||||||
(name "emacs-ansible")
|
(name "emacs-ansible")
|
||||||
(version "0.4.0")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23865,7 +23865,7 @@ literate programming tools for exporting, weaving and tangling.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i9fymfw8s05s3cy4rbldd6pya6y7gpaqcjcrkcyd96y5awb0w34"))))
|
(base32 "189mqb5sayhll5dr005b675rcswdb6jy4k6bjspx3cxgfbakk6h8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-f emacs-s))
|
(propagated-inputs (list emacs-f emacs-s))
|
||||||
(home-page "https://gitlab.com/emacs-ansible/emacs-ansible")
|
(home-page "https://gitlab.com/emacs-ansible/emacs-ansible")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue