me
/
guix
Archived
1
0
Fork 0

gnu: dwarves: Update to 1.27.

* gnu/packages/linux.scm (dwarves): Update to 1.27.

Change-Id: Id986fdd240a6619544ff6be93cce00afd9fc31bd
master
Leo Famulari 2024-07-17 20:53:39 -04:00
parent f093ea3f2e
commit 859d1245b4
No known key found for this signature in database
GPG Key ID: 6AAC1963757F47FF
1 changed files with 2 additions and 2 deletions

View File

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