mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dwarves: Update to 1.29.
* gnu/packages/linux.scm (dwarves): Update to 1.29. Change-Id: I65bbfdd54fe7d401e92d112965672a1cb7d6f8f3
This commit is contained in:
parent
eb30f5ecbe
commit
9bbaae304b
1 changed files with 2 additions and 2 deletions
|
@ -2865,7 +2865,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.27")
|
(version "1.29")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2874,7 +2874,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
|
||||||
"0qwc3772az1h3c78pyswawyvyq9spj5s1prj7ckfij9nazp3a007"))
|
"1ia3r77zyw7r8mydy1zrrdnqzm9ginsvf9pqviq48rglihhddvli"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "dwarves-threading-reproducibility.patch"))))
|
(search-patches "dwarves-threading-reproducibility.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue