guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: magic-enum: Update to 0.7.3.


From: guix-commits
Subject: 02/06: gnu: magic-enum: Update to 0.7.3.
Date: Fri, 2 Jul 2021 14:57:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ab32f1d50af22228b7cebbfcffaa4dba25e58275
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 2 19:30:41 2021 +0200

    gnu: magic-enum: Update to 0.7.3.
    
    * gnu/packages/cpp.scm (magic-enum): Update to 0.7.3.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 54f9da4..42e9d50 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]