guix-commits
[Top][All Lists]
Advanced

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

18/21: gnu: magic-enum: Update to 0.9.5.


From: guix-commits
Subject: 18/21: gnu: magic-enum: Update to 0.9.5.
Date: Mon, 1 Apr 2024 01:35:38 -0400 (EDT)

podiki pushed a commit to branch mesa-updates
in repository guix.

commit 1f69c19b4c4d4b770dfb69d3bf3a37e02fae8c97
Author: dan <i@dan.games>
AuthorDate: Thu Mar 28 11:54:52 2024 +0800

    gnu: magic-enum: Update to 0.9.5.
    
    * gnu/packages/cpp.scm (magic-enum): Update to 0.9.5.
    
    Change-Id: I8306d7ef69276e33f7daada895165a88bfc938ad
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 gnu/packages/cpp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index acbe3e4836..cfff141dcc 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -39,6 +39,7 @@
 ;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
 ;;; Copyright © 2023 Paul A. Patience <paul@apatience.com>
+;;; Copyright © 2024 dan <i@dan.games>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1795,7 +1796,7 @@ queues header library based on circular buffer with 
@code{std::atomic}.")
 (define-public magic-enum
   (package
     (name "magic-enum")
-    (version "0.7.3")
+    (version "0.9.5")
     (home-page "https://github.com/Neargye/magic_enum";)
     (source (origin
               (method git-fetch)
@@ -1805,7 +1806,7 @@ queues header library based on circular buffer with 
@code{std::atomic}.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1x47radgsifgz3vn2561mlvf4cq46ii33cpyqf01znm56iirwq89"))))
+                "14ys5sn2v1mai8bclvi81cp65g6jblqpdsi94639hphca5v8gka3"))))
     (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



reply via email to

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