gnu: emacs-puppet-mode: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-puppet-mode): Update to 0.4. [source]: Switch to `git-fetch' method.
This commit is contained in:
parent
b4f579b07f
commit
9e29523a44
1 changed files with 20 additions and 23 deletions
|
@ -6739,31 +6739,28 @@ (define-public emacs-company-jedi
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-puppet-mode
|
(define-public emacs-puppet-mode
|
||||||
(let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-puppet-mode")
|
||||||
(package
|
(version "0.4")
|
||||||
(name "emacs-puppet-mode")
|
(source
|
||||||
;; The last release, 0.3 was several years ago, and there have been many
|
(origin
|
||||||
;; commits since
|
(method git-fetch)
|
||||||
(version (git-version "0.3" revision commit))
|
(uri (git-reference
|
||||||
(source
|
(url "https://github.com/voxpupuli/puppet-mode")
|
||||||
(origin
|
(commit version)))
|
||||||
(method url-fetch)
|
(file-name (git-file-name name version))
|
||||||
(uri (string-append
|
(sha256
|
||||||
"https://raw.githubusercontent.com/voxpupuli/puppet-mode/"
|
(base32
|
||||||
commit "/puppet-mode.el"))
|
"0c5q8qmbligzjsn05di4wh6ggpd3944j4yqb78vzd441b8ssq70i"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(home-page "https://github.com/voxpupuli/puppet-mode")
|
||||||
"1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm"))))
|
(synopsis "Emacs major mode for the Puppet configuration language")
|
||||||
(build-system emacs-build-system)
|
(description
|
||||||
(home-page "https://github.com/voxpupuli/puppet-mode")
|
"This package provides support for the Puppet configuration language,
|
||||||
(synopsis "Emacs major mode for the Puppet configuration language")
|
|
||||||
(description
|
|
||||||
"This package provides support for the Puppet configuration language,
|
|
||||||
including syntax highlighting, indentation of expressions and statements,
|
including syntax highlighting, indentation of expressions and statements,
|
||||||
linting of manifests and integration with Puppet Debugger.")
|
linting of manifests and integration with Puppet Debugger.")
|
||||||
;; Also incorporates work covered by the Apache License, Version 2.0
|
;; Also incorporates work covered by the Apache License, Version 2.0
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-purescript-mode
|
(define-public emacs-purescript-mode
|
||||||
;; Retrieved on 2021-05-18.
|
;; Retrieved on 2021-05-18.
|
||||||
|
|
Loading…
Reference in a new issue