gnu: emacs-itail: Update to 0.0.8.

* gnu/packages/emacs-xyz.scm (emacs-itail): Update to 0.0.8.
[description]: Some typography fixes.
This commit is contained in:
Nicolas Goaziou 2021-10-17 21:37:51 +02:00
parent 6b6d671905
commit a42f483c74
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18145,12 +18145,12 @@ (define-public emacs-npm-mode
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-itail (define-public emacs-itail
(let ((commit "6e43c20da03be3b9c6ece93b7dc3495975ec1888") ;; XXX: Upstream provides no tags. The commit below corresponds to an exact
(revision "1")) ;; version bump from main file.
(let ((commit "6e43c20da03be3b9c6ece93b7dc3495975ec1888"))
(package (package
(name "emacs-itail") (name "emacs-itail")
(version (string-append "0.0.1" "-" revision "." (version "0.0.8")
(string-take commit 7)))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -18159,15 +18159,13 @@ (define-public emacs-itail
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
"044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/re5et/itail") (home-page "https://github.com/re5et/itail")
(synopsis "Interactive @code{tail} Emacs mode") (synopsis "Interactive @code{tail} Emacs mode")
(description "@code{itail} provides interactive @code{tail} mode (description "@code{itail} provides interactive @code{tail} mode that
that allows you to filter the tail with unix pipes and highlight the allows you to filter the tail with Unix pipes and highlight the contents of
contents of the tailed file. Works locally or on remote files using the tailed file. It works locally or on remote files using Tramp.")
tramp.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-loop (define-public emacs-loop