GNU bug report logs -
#62241
[PATCH] gnu: emacs-eshell-syntax-highlighting: Update to 0.3-0.1ba39a9.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Fri, 17 Mar 2023 12:33:01 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62241 in the body.
You can then email your comments to 62241 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62241
; Package
guix-patches
.
(Fri, 17 Mar 2023 12:33:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
conses <contact <at> conses.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 17 Mar 2023 12:33:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.3-0.1ba39a9.
---
gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 09611cccc8..1447db2486 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24602,25 +24602,27 @@ (define-public emacs-eshell-bookmark
(license license:gpl3+)))
(define-public emacs-eshell-syntax-highlighting
- (package
- (name "emacs-eshell-syntax-highlighting")
- (version "0.3")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/akreisher/eshell-syntax-highlighting")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1fb9aa85a3hx1rcmv71j6sc3y278452p1y4dabpwy07avb6apd0p"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/akreisher/eshell-syntax-highlighting")
- (synopsis "Add syntax highlighting to Eshell")
- (description
- "This package highlights user commands at the Eshell interactive prompt
+ (let ((commit "1ba39a9ffb2298cd716a4314cf3f369028c7bafe")
+ (revision "0"))
+ (package
+ (name "emacs-eshell-syntax-highlighting")
+ (version (git-version "0.3" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/akreisher/eshell-syntax-highlighting")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0w2f5a9cxa365hcc92c24b3kq5dwry3prig57jgnicwmjn5nkqlz"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/akreisher/eshell-syntax-highlighting")
+ (synopsis "Add syntax highlighting to Eshell")
+ (description
+ "This package highlights user commands at the Eshell interactive prompt
to provide feedback on the validity of commands and syntax.")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-eshell-z
(package
--
2.39.1
--
Best regards,
conses
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62241
; Package
guix-patches
.
(Mon, 20 Mar 2023 07:32:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
close 62241
quit
On 2023-03-17 13:32, conses wrote:
> * gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.3-0.1ba39a9.
> ---
> gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++++------------------
> 1 file changed, 20 insertions(+), 18 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 09611cccc8..1447db2486 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -24602,25 +24602,27 @@ (define-public emacs-eshell-bookmark
> (license license:gpl3+)))
>
> (define-public emacs-eshell-syntax-highlighting
> - (package
> - (name "emacs-eshell-syntax-highlighting")
> - (version "0.3")
> - (source
> - (origin
> - (method git-fetch)
> - (uri (git-reference
> - (url "https://github.com/akreisher/eshell-syntax-highlighting")
> - (commit (string-append "v" version))))
> - (file-name (git-file-name name version))
> - (sha256
> - (base32 "1fb9aa85a3hx1rcmv71j6sc3y278452p1y4dabpwy07avb6apd0p"))))
> - (build-system emacs-build-system)
> - (home-page "https://github.com/akreisher/eshell-syntax-highlighting")
> - (synopsis "Add syntax highlighting to Eshell")
> - (description
> - "This package highlights user commands at the Eshell interactive prompt
> + (let ((commit "1ba39a9ffb2298cd716a4314cf3f369028c7bafe")
> + (revision "0"))
> + (package
> + (name "emacs-eshell-syntax-highlighting")
> + (version (git-version "0.3" revision commit))
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/akreisher/eshell-syntax-highlighting")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "0w2f5a9cxa365hcc92c24b3kq5dwry3prig57jgnicwmjn5nkqlz"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/akreisher/eshell-syntax-highlighting")
> + (synopsis "Add syntax highlighting to Eshell")
> + (description
> + "This package highlights user commands at the Eshell interactive prompt
> to provide feedback on the validity of commands and syntax.")
> - (license license:gpl3+)))
> + (license license:gpl3+))))
>
> (define-public emacs-eshell-z
> (package
> --
> 2.39.1
Thank you for the patch, applied, pushed as
d429ff12e5e7e1f0515f4bf5cdda98744cda967e.
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62241
; Package
guix-patches
.
(Mon, 20 Mar 2023 07:37:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 62241 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
close 62241
quit
For some reason 62241 <at> debbugs.gnu.org wasn't present in to header.
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
bug closed, send any further explanations to
62241 <at> debbugs.gnu.org and conses <contact <at> conses.eu>
Request was from
Andrew Tropin <andrew <at> trop.in>
to
control <at> debbugs.gnu.org
.
(Mon, 20 Mar 2023 07:40:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 17 Apr 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 27 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.