mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-highlight-escape-sequences: Fix version number.
* gnu/packages/emacs-xyz.scm (emacs-highlight-escape-sequences): Extract appropriate version number from main file.
This commit is contained in:
parent
8312d6f0bc
commit
dc81932ee5
1 changed files with 4 additions and 5 deletions
|
@ -15637,12 +15637,12 @@ the previously visible buffer part after each scroll.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-highlight-escape-sequences
|
(define-public emacs-highlight-escape-sequences
|
||||||
|
;; No release upstream. Extract version from main file.
|
||||||
(let ((commit "08d846a7aa748209d65fecead2b6a766c3e5cb41")
|
(let ((commit "08d846a7aa748209d65fecead2b6a766c3e5cb41")
|
||||||
(revision "1"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-highlight-escape-sequences")
|
(name "emacs-highlight-escape-sequences")
|
||||||
(version (string-append "0.0.1" "-" revision "."
|
(version (git-version "0.4" revision commit))
|
||||||
(string-take commit 7)))
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15651,8 +15651,7 @@ the previously visible buffer part after each scroll.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
|
||||||
"05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/dgutov/highlight-escape-sequences")
|
(home-page "https://github.com/dgutov/highlight-escape-sequences")
|
||||||
(synopsis "Highlight escape sequences in Emacs")
|
(synopsis "Highlight escape sequences in Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue