gnu: dwarves: Update to 1.27.
* gnu/packages/linux.scm (dwarves): Update to 1.27. Change-Id: Id986fdd240a6619544ff6be93cce00afd9fc31bdmaster
parent
f093ea3f2e
commit
859d1245b4
|
@ -2409,7 +2409,7 @@ partitions. Write functionality is also provided but check the README.")
|
||||||
(define-public dwarves
|
(define-public dwarves
|
||||||
(package
|
(package
|
||||||
(name "dwarves")
|
(name "dwarves")
|
||||||
(version "1.26")
|
(version "1.27")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2418,7 +2418,7 @@ partitions. Write functionality is also provided but check the README.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xfq0r3whc3dk922ss8i5vwyfcqhgc95dy27mm69j5niy7i5kzrd"))
|
"0qwc3772az1h3c78pyswawyvyq9spj5s1prj7ckfij9nazp3a007"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "dwarves-threading-reproducibility.patch"))))
|
(search-patches "dwarves-threading-reproducibility.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Reference in New Issue