guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 5fde3a3674ce30381ffaf238b29eb485d3d12524
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Apr 18 15:26:28 2025 +0000
gnu: Rename boost-for-source-highlight to boost-1.83.
* gnu/packages/boost.scm (boost-for-source-highlight): Rename this ...
(boost-1.83): ... to this.
* gnu/packages/pretty-print.scm (source-highlight): Update accordingly.
Change-Id: Iefbc274a0e7a54c22882de51a429c4ffb9c6efaf
---
gnu/packages/boost.scm | 2 +-
gnu/packages/pretty-print.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index a30cebd3b2..dea0e68d43 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -208,7 +208,7 @@ across a broad spectrum of applications.")
(license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt"
"Some components have other similar
licences."))))
-(define-public boost-for-source-highlight
+(define-public boost-1.83
(hidden-package (package (inherit boost)
(name "boost")
(version "1.83.0")
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index abdc601cf3..aa948b7780 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -321,7 +321,7 @@ a fast alternative to @code{IOStreams}.")
;; The ctags that comes with emacs does not support the --excmd options,
;; so can't be used
(inputs
- (list boost-for-source-highlight))
+ (list boost-1.83))
(native-inputs
(list bison flex))
(arguments