[PATCH] gnu: highlight: Update to 4.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • gemmaro
  • Maxim Cournoyer
Owner
unassigned
Submitted by
gemmaro
Severity
normal
G
G
gemmaro wrote on 31 Aug 2023 12:38
(address . guix-patches@gnu.org)(name . gemmaro)(address . gemmaro.dev@gmail.com)
e88c4a93f0d8d4608607b2dced12746be1859395.1693478287.git.gemmaro.dev@gmail.com
* gnu/packages/pretty-print.scm (highlight): Update to 4.8.
---
gnu/packages/pretty-print.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 5d15b160f3..929fcce812 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -352,7 +352,7 @@ (define-public source-highlight
(define-public highlight
(package
(name "highlight")
- (version "4.7")
+ (version "4.8")
(outputs (list "out" "gui"))
(source (origin
(method url-fetch)
@@ -360,7 +360,7 @@ (define-public highlight
version ".tar.bz2"))
(sha256
(base32
- "1cl21qpgy92w1x53vrn1bgq84mkh6fgayc9k38mz4xmz2yw01nv1"))
+ "1iggdw4c8pfz1z1c51fyd6x79y1mnc82b6lfkg3vbb44739m5cjs"))
(patches (search-patches "highlight-gui-data-dir.patch"))))
(build-system gnu-build-system)
(arguments

base-commit: d6966b8a5b4f2ddda2bc685b9642e7a1c2cbe17c
--
2.41.0
M
M
Maxim Cournoyer wrote on 6 Sep 2023 05:36
(name . gemmaro)(address . gemmaro.dev@gmail.com)(address . 65653-done@debbugs.gnu.org)
87il8oas6c.fsf@gmail.com
Hi,

gemmaro <gemmaro.dev@gmail.com> writes:

Toggle quote (5 lines)
> * gnu/packages/pretty-print.scm (highlight): Update to 4.8.
> ---
> gnu/packages/pretty-print.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Installed!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65653@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65653
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch