apteryx pushed a commit to branch master
in repository guix.

commit 9bbaae304b4cd7bd0be06503a2e6e6adb24b6d4d
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Wed Mar 26 20:46:21 2025 +0900

    gnu: dwarves: Update to 1.29.
    
    * gnu/packages/linux.scm (dwarves): Update to 1.29.
    
    Change-Id: I65bbfdd54fe7d401e92d112965672a1cb7d6f8f3
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c539d49b35..0a1507993e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2865,7 +2865,7 @@ partitions.  Write functionality is also provided but 
check the README.")
 (define-public dwarves
   (package
     (name "dwarves")
-    (version "1.27")
+    (version "1.29")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2874,7 +2874,7 @@ partitions.  Write functionality is also provided but 
check the README.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qwc3772az1h3c78pyswawyvyq9spj5s1prj7ckfij9nazp3a007"))
+                "1ia3r77zyw7r8mydy1zrrdnqzm9ginsvf9pqviq48rglihhddvli"))
               (patches
                (search-patches "dwarves-threading-reproducibility.patch"))))
     (build-system cmake-build-system)

Reply via email to