Archived
1
0
Fork 0

gnu: emacs-telephone-line: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-telephone-line): Update to 0.6.
This commit is contained in:
Nicolas Goaziou 2023-03-24 10:10:47 +01:00
parent 73e74e5ecd
commit 7b5985e6a3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -646,21 +646,19 @@ server}. The main advantage compared to @code{vc-hg} is speed.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-telephone-line (define-public emacs-telephone-line
(let ((commit "6f3455a365912e8f0c45a2240ea79507dee45ade")
(revision "0"))
(package (package
(name "emacs-telephone-line") (name "emacs-telephone-line")
(version (git-version "0.5" revision commit)) (version "0.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (uri
(git-reference (git-reference
(url "https://github.com/dbordak/telephone-line") (url "https://github.com/dbordak/telephone-line")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1hnd6wnc52sc0ckriqnhaz64pyjk027y0dpcmh2zhpd27i8d4hmq")))) (base32 "1pv6hlzks02bvxkfyg8m04l36clg39h5w7nq2k6ppi5bh4d4kmc8"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/dbordak/telephone-line") (home-page "https://github.com/dbordak/telephone-line")
(synopsis "Implementation of Powerline for Emacs") (synopsis "Implementation of Powerline for Emacs")
@ -668,7 +666,7 @@ server}. The main advantage compared to @code{vc-hg} is speed.")
"Telephone Line is a new implementation of Powerline for Emacs with "Telephone Line is a new implementation of Powerline for Emacs with
optional baked-in Evil support, antialiased separators, and an easy optional baked-in Evil support, antialiased separators, and an easy
configuration language which makes it trivial to write your own themes.") configuration language which makes it trivial to write your own themes.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-inspector (define-public emacs-inspector
(let ((commit "0b2cf2f00a827f06bda717da8250eafec4108fb3")) ;version bump (let ((commit "0b2cf2f00a827f06bda717da8250eafec4108fb3")) ;version bump