[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/63: gnu: emacs-puppet-mode: Update to 0.4.
From: |
guix-commits |
Subject: |
47/63: gnu: emacs-puppet-mode: Update to 0.4. |
Date: |
Sat, 29 May 2021 10:17:52 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9e29523a44afa55b317f4f87ab68e4caaecbad1f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 16:01:32 2021 +0200
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.
---
gnu/packages/emacs-xyz.scm | 43 ++++++++++++++++++++-----------------------
1 file changed, 20 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 982826f..95465b0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6739,31 +6739,28 @@ the locations of docstrings, arguments, and functions.")
(license license:gpl3+)))
(define-public emacs-puppet-mode
- (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2")
- (revision "1"))
- (package
- (name "emacs-puppet-mode")
- ;; The last release, 0.3 was several years ago, and there have been many
- ;; commits since
- (version (git-version "0.3" revision commit))
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://raw.githubusercontent.com/voxpupuli/puppet-mode/"
- commit "/puppet-mode.el"))
- (sha256
- (base32
- "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/voxpupuli/puppet-mode")
- (synopsis "Emacs major mode for the Puppet configuration language")
- (description
- "This package provides support for the Puppet configuration language,
+ (package
+ (name "emacs-puppet-mode")
+ (version "0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/voxpupuli/puppet-mode")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0c5q8qmbligzjsn05di4wh6ggpd3944j4yqb78vzd441b8ssq70i"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/voxpupuli/puppet-mode")
+ (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,
linting of manifests and integration with Puppet Debugger.")
- ;; Also incorporates work covered by the Apache License, Version 2.0
- (license license:gpl3+))))
+ ;; Also incorporates work covered by the Apache License, Version 2.0
+ (license license:gpl3+)))
(define-public emacs-purescript-mode
;; Retrieved on 2021-05-18.
- 35/63: gnu: emacs-org-fragtog: Update to 0.3.2., (continued)
- 35/63: gnu: emacs-org-fragtog: Update to 0.3.2., guix-commits, 2021/05/29
- 39/63: gnu: emacs-org-static-blog: Update to 1.5.0., guix-commits, 2021/05/29
- 36/63: gnu: emacs-orgit: Update to 1.7.0., guix-commits, 2021/05/29
- 37/63: gnu: emacs-org-re-reveal: Update to 3.9.0., guix-commits, 2021/05/29
- 38/63: gnu: emacs-org-roam-bibtex: Update to 0.6.0-pre.2., guix-commits, 2021/05/29
- 40/63: gnu: emacs-org-trello: Update to 0.8.2., guix-commits, 2021/05/29
- 43/63: gnu: emacs-parsec: Update to 0.1.4., guix-commits, 2021/05/29
- 45/63: gnu: emacs-projectile: Update to 2.4.0., guix-commits, 2021/05/29
- 51/63: gnu: emacs-robe: Update to 0.8.3., guix-commits, 2021/05/29
- 44/63: gnu: emacs-perspective: Update to 2.15., guix-commits, 2021/05/29
- 47/63: gnu: emacs-puppet-mode: Update to 0.4.,
guix-commits <=
- 50/63: gnu: emacs-rainbow-delimiters: Update to 2.1.5., guix-commits, 2021/05/29
- 54/63: gnu: emacs-solaire-mode: Update to 1.1.5., guix-commits, 2021/05/29
- 56/63: gnu: emacs-tide: Update to 4.2.3., guix-commits, 2021/05/29
- 57/63: gnu: emacs-visual-fill-column: Update to 2.4., guix-commits, 2021/05/29
- 58/63: gnu: emacs-wc-mode: Update to 1.4.1., guix-commits, 2021/05/29
- 41/63: gnu: emacs-package-lint: Update to 0.15., guix-commits, 2021/05/29
- 46/63: gnu: emacs-pubmed: Update to 0.5., guix-commits, 2021/05/29
- 48/63: gnu: emacs-pyim: Update to 3.7.9., guix-commits, 2021/05/29
- 49/63: gnu: emacs-python-black: Update to 1.1.0., guix-commits, 2021/05/29
- 52/63: gnu: emacs-roguel-ike: Update to 0.1.1., guix-commits, 2021/05/29