guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: tracy: Update to 0.10.


From: guix-commits
Subject: 05/07: gnu: tracy: Update to 0.10.
Date: Tue, 9 Apr 2024 12:12:36 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 3ee46d58a47ca24d6d8eac16c2c553763d8c998d
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Mon Apr 8 20:56:45 2024 +0200

    gnu: tracy: Update to 0.10.
    
    * gnu/packages/profiling.scm (tracy, tracy-wayland): Update to 0.10.
    
    Change-Id: Iee2d306e97aff88575286e2da78430be8014b35c
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/profiling.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index 3615eb417c..3862dc2e22 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -401,7 +401,7 @@ high-performance computing (HPC) applications.")
 (define-public tracy-wayland
   (package
     (name "tracy-wayland")
-    (version "0.9.1")
+    (version "0.10")
     (source
      (origin
        (method git-fetch)
@@ -410,7 +410,7 @@ high-performance computing (HPC) applications.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1znw1r1c4vrb9vrsr08gcwynpjda8xxmb3923yykpymw2hsm0n9b"))
+         "1w50bckvs1nn68amzrkyrh769dhmlhk7w00kr8ac5h9ryk349p8c"))
        (file-name (git-file-name "tracy" version))
        (modules '((guix build utils)))
        (snippet



reply via email to

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