mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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
|
||||
(package
|
||||
(name "magic-enum")
|
||||
(version "0.9.5")
|
||||
(version "0.9.6")
|
||||
(home-page "https://github.com/Neargye/magic_enum")
|
||||
(source (origin
|
||||
(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))
|
||||
(sha256
|
||||
(base32
|
||||
"14ys5sn2v1mai8bclvi81cp65g6jblqpdsi94639hphca5v8gka3"))))
|
||||
"15lxn4sjwygxyq4am3jbwl0m7lb0fw8w39fghgm7a8klcwavv4yn"))))
|
||||
(build-system cmake-build-system)
|
||||
(synopsis "C++17 header only library for compile time reflection of enums")
|
||||
(description "Magic Enum offers static reflection of enums, with
|
||||
|
|
Loading…
Add table
Reference in a new issue