me
/
guix
Archived
1
0
Fork 0

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>
master
VÖRÖSKŐI András 2024-04-08 20:56:45 +02:00 committed by Christopher Baines
parent cf29c427e9
commit 3ee46d58a4
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

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