[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: emacs-dockerfile-mode: Update to 1.3.
From: |
guix-commits |
Subject: |
08/10: gnu: emacs-dockerfile-mode: Update to 1.3. |
Date: |
Wed, 28 Oct 2020 17:41:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c75a2ebef5eb99f6097209af1a3620d991fefc08
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 28 17:28:25 2020 +0100
gnu: emacs-dockerfile-mode: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 44 +++++++++++++++++++++-----------------------
1 file changed, 21 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e071ba8..b503820 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20352,30 +20352,28 @@ constant expressions.")
(license license:gpl3+)))
(define-public emacs-dockerfile-mode
- ;; Latest upstream release is too old.
- (let ((commit "ed73e82dcc636dad00d1a8c3b32a49136d25ee60"))
- (package
- (name "emacs-dockerfile-mode")
- (version (git-version "1.2" "2" commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/spotify/dockerfile-mode")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0lri2rnx4lr23vqfphkpq39cd4xfgzkvz1xsz7ccdvl4qj0k7fdl"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-s" ,emacs-s)))
- (home-page "https://github.com/spotify/dockerfile-mode")
- (synopsis "Major mode for editing Dockerfile")
- (description
- "This package provides a major mode @code{dockerfile-mode} for use with
+ (package
+ (name "emacs-dockerfile-mode")
+ (version "1.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/spotify/dockerfile-mode")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1br73dsls42fn4rwagljkpa3l4wwj6f7jxfn3gmgl6c54z81av3v"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-s" ,emacs-s)))
+ (home-page "https://github.com/spotify/dockerfile-mode")
+ (synopsis "Major mode for editing Dockerfile")
+ (description
+ "This package provides a major mode @code{dockerfile-mode} for use with
the standard @code{Dockerfile} file format.")
- (license license:asl2.0))))
+ (license license:asl2.0)))
(define-public emacs-lsp-mode
(package
- branch master updated (f21ef94 -> 3185884), guix-commits, 2020/10/28
- 01/10: gnu: emacs-ivy-posframe: Update to 0.5.2., guix-commits, 2020/10/28
- 05/10: gnu: emacs-disable-mouse: Update to 0.3., guix-commits, 2020/10/28
- 02/10: gnu: emacs-company-posframe: Update to 0.1.0-2.4bfb8bc., guix-commits, 2020/10/28
- 03/10: gnu: emacs-posframe: Update to 0.8.2., guix-commits, 2020/10/28
- 04/10: gnu: emacs-evil-surround: Update to 1.1.1., guix-commits, 2020/10/28
- 07/10: gnu: emacs-pfuture: Update to 1.9., guix-commits, 2020/10/28
- 09/10: gnu: emacs-nix-mode: Update to 1.4.5., guix-commits, 2020/10/28
- 10/10: gnu: emacs-rust-mode: Update to 0.5.0., guix-commits, 2020/10/28
- 08/10: gnu: emacs-dockerfile-mode: Update to 1.3.,
guix-commits <=
- 06/10: gnu: emacs-evil-matchit: Update to 2.3.9., guix-commits, 2020/10/28