[bug#77406,sysadmin-team,v2,0/2] Update spdlog.

Message ID cover.1745349639.git.code@greghogan.com
Headers
Series Update spdlog. |

Message

Greg Hogan April 22, 2025, 7:26 p.m. UTC
  v2 enables the building and installation of the benchmark binaries.

There are 30 dependent packages:
  guix refresh -l spdlog \
               -e '(@@ (gnu packages logging) spdlog-1.13)' \
               -e '(@@ (gnu packages logging) spdlog-1.10)'

Greg Hogan (2):
  gnu: spdlog: Update to 1.15.2.
  gnu: spdlog: Include benchmarks.

 gnu/packages/logging.scm | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)


base-commit: 77bb1c698682a76bb2ccecfc3fe63ee15da0e630
  

Comments

Greg Hogan April 23, 2025, 1:17 p.m. UTC | #1
On Tue, Apr 22, 2025 at 3:26 PM Greg Hogan <code@greghogan.com> wrote:
>
> v2 enables the building and installation of the benchmark binaries.
>
> There are 30 dependent packages:
>   guix refresh -l spdlog \
>                -e '(@@ (gnu packages logging) spdlog-1.13)' \
>                -e '(@@ (gnu packages logging) spdlog-1.10)'
>
> Greg Hogan (2):
>   gnu: spdlog: Update to 1.15.2.
>   gnu: spdlog: Include benchmarks.
>
>  gnu/packages/logging.scm | 25 +++++++++++++++++++------
>  1 file changed, 19 insertions(+), 6 deletions(-)
>
>
> base-commit: 77bb1c698682a76bb2ccecfc3fe63ee15da0e630
> --
> 2.49.0

Note to self: the packages are not hidden. One can simply run
  guix refresh -l spdlog@1.15 spdlog@1.13 spdlog@1.10