lfam pushed a commit to branch kernel-updates
in repository guix.
commit 09e866c0320848d97ed7b45822c0afbaa9f8b0aa
Author: Leo Famulari <[email protected]>
AuthorDate: Wed Jul 17 20:53:39 2024 -0400
gnu: dwarves: Update to 1.27.
* gnu/packages/linux.scm (dwarves): Update to 1.27.
Change-Id: Id986fdd240a6619544ff6be93cce00afd9fc31bd
---
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 f36d0fc9ee..ab7425b616 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2409,7 +2409,7 @@ partitions. Write functionality is also provided but
check the README.")
(define-public dwarves
(package
(name "dwarves")
- (version "1.26")
+ (version "1.27")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2418,7 +2418,7 @@ partitions. Write functionality is also provided but
check the README.")
(file-name (git-file-name name version))
(sha256
(base32
- "0xfq0r3whc3dk922ss8i5vwyfcqhgc95dy27mm69j5niy7i5kzrd"))
+ "0qwc3772az1h3c78pyswawyvyq9spj5s1prj7ckfij9nazp3a007"))
(patches
(search-patches "dwarves-threading-reproducibility.patch"))))
(build-system cmake-build-system)