mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: magic-enum: Update to 0.9.6.
* gnu/packages/cpp.scm (magic-enum): Update to 0.9.6. Change-Id: I9d1175554d3fd956b063e3f29dff623c4cdb0059
This commit is contained in:
parent
8be5bc3044
commit
3654d53cda
1 changed files with 2 additions and 2 deletions
|
@ -1952,7 +1952,7 @@ queues header library based on circular buffer with @code{std::atomic}.")
|
||||||
(define-public magic-enum
|
(define-public magic-enum
|
||||||
(package
|
(package
|
||||||
(name "magic-enum")
|
(name "magic-enum")
|
||||||
(version "0.9.5")
|
(version "0.9.6")
|
||||||
(home-page "https://github.com/Neargye/magic_enum")
|
(home-page "https://github.com/Neargye/magic_enum")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1962,7 +1962,7 @@ queues header library based on circular buffer with @code{std::atomic}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14ys5sn2v1mai8bclvi81cp65g6jblqpdsi94639hphca5v8gka3"))))
|
"15lxn4sjwygxyq4am3jbwl0m7lb0fw8w39fghgm7a8klcwavv4yn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(synopsis "C++17 header only library for compile time reflection of enums")
|
(synopsis "C++17 header only library for compile time reflection of enums")
|
||||||
(description "Magic Enum offers static reflection of enums, with
|
(description "Magic Enum offers static reflection of enums, with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue