gnu: magic-enum: Update to 0.7.3.

* gnu/packages/cpp.scm (magic-enum): Update to 0.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-02 19:30:41 +02:00
parent 3e900ef9d5
commit ab32f1d50a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)))