diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-02 19:30:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-02 19:30:41 +0200 |
commit | ab32f1d50af22228b7cebbfcffaa4dba25e58275 (patch) | |
tree | 403890fd2e35e4bf14cf4700316d200544507e8c /gnu/packages/cpp.scm | |
parent | 3e900ef9d542a056e3cfdd078b64648081a7722c (diff) | |
download | guix-ab32f1d50af22228b7cebbfcffaa4dba25e58275.tar.gz |
gnu: magic-enum: Update to 0.7.3.
* gnu/packages/cpp.scm (magic-enum): Update to 0.7.3.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 54f9da4b27..42e9d50687 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -898,7 +898,7 @@ provides a number of utilities to make coding with expected cleaner.") (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 @@ provides a number of utilities to make coding with expected cleaner.") (file-name (git-file-name name version)) (sha256 (base32 - "07j5zdf3vkliwrcv6k663k35akn7qp23794sz2mnvkj9hbv9s8cx")))) + "1x47radgsifgz3vn2561mlvf4cq46ii33cpyqf01znm56iirwq89")))) (build-system cmake-build-system) (native-inputs `(("gcc" ,gcc-9))) |