diff options
author | Leo Famulari <leo@famulari.name> | 2024-07-17 20:53:39 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-07-29 23:20:04 -0400 |
commit | 859d1245b4f8953a91a08be79ca91aefb3fb3203 (patch) | |
tree | da4138259470c020e48406045b4234b55f4763ce | |
parent | f093ea3f2e62341d8acfbfcb9761e993d785a8dd (diff) | |
download | guix-859d1245b4f8953a91a08be79ca91aefb3fb3203.tar.gz guix-859d1245b4f8953a91a08be79ca91aefb3fb3203.zip |
gnu: dwarves: Update to 1.27.
* gnu/packages/linux.scm (dwarves): Update to 1.27.
Change-Id: Id986fdd240a6619544ff6be93cce00afd9fc31bd
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files 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) |