aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-03-26 20:46:21 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-03-27 21:11:25 +0900
commit9bbaae304b4cd7bd0be06503a2e6e6adb24b6d4d (patch)
treec55980980871dd1ba2a0e7bff20f65eccb401795
parenteb30f5ecbea896e9cf93722bf97681d208f1a7be (diff)
downloadguix-9bbaae304b4cd7bd0be06503a2e6e6adb24b6d4d.tar.gz
guix-9bbaae304b4cd7bd0be06503a2e6e6adb24b6d4d.zip
gnu: dwarves: Update to 1.29.
* gnu/packages/linux.scm (dwarves): Update to 1.29. Change-Id: I65bbfdd54fe7d401e92d112965672a1cb7d6f8f3
-rw-r--r--gnu/packages/linux.scm4
1 files 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)