mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dwarves: Update to 1.27.
* gnu/packages/linux.scm (dwarves): Update to 1.27. Change-Id: Id986fdd240a6619544ff6be93cce00afd9fc31bd
This commit is contained in:
parent
f093ea3f2e
commit
859d1245b4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue