mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: magic-enum: Update to 0.7.3.
* gnu/packages/cpp.scm (magic-enum): Update to 0.7.3.
This commit is contained in:
parent
3e900ef9d5
commit
ab32f1d50a
1 changed files with 2 additions and 2 deletions
|
@ -898,7 +898,7 @@ (define-public libexpected
|
|||
(define-public magic-enum
|
||||
(package
|
||||
(name "magic-enum")
|
||||
(version "0.7.2")
|
||||
(version "0.7.3")
|
||||
(home-page "https://github.com/Neargye/magic_enum")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -908,7 +908,7 @@ (define-public magic-enum
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07j5zdf3vkliwrcv6k663k35akn7qp23794sz2mnvkj9hbv9s8cx"))))
|
||||
"1x47radgsifgz3vn2561mlvf4cq46ii33cpyqf01znm56iirwq89"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("gcc" ,gcc-9)))
|
||||
|
|
Loading…
Reference in a new issue