gnu: emacs-execline: Fix version string.
* gnu/packages/emacs-xyz.scm (emacs-execline): Use version tag matching commit chosen.master
parent
a83bc562b2
commit
359e905352
|
@ -26227,16 +26227,14 @@ or region and use of locally installed binaries.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-execline
|
(define-public emacs-execline
|
||||||
(let ((commit "c75dd9b2c54d8e59fc35fd4bd98d8e213948a3f5")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-execline")
|
(name "emacs-execline")
|
||||||
(version (git-version "0.1" revision commit))
|
(version "1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/KAction/emacs-execline/")
|
(url "https://gitlab.com/KAction/emacs-execline/")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -26263,7 +26261,7 @@ Features:
|
||||||
@item Automatic enable of mode in @file{*.exec} files.
|
@item Automatic enable of mode in @file{*.exec} files.
|
||||||
@item Automatic enable of mode in files with @code{execlineb} interpreter.
|
@item Automatic enable of mode in files with @code{execlineb} interpreter.
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-shell-pop
|
(define-public emacs-shell-pop
|
||||||
(let ((commit "4b4394037940a890a313d715d203d9ead2d156a6")
|
(let ((commit "4b4394037940a890a313d715d203d9ead2d156a6")
|
||||||
|
|
Reference in New Issue