[PATCH] gnu: Update libdwarf to v0.11.0

  • Open
  • quality assurance status badge
Details
One participant
  • Aaron Covrig
Owner
unassigned
Submitted by
Aaron Covrig
Severity
normal

Debbugs page

Aaron Covrig wrote 5 months ago
(address . guix-patches@gnu.org)(name . Aaron Covrig)(address . aaron.covrig.us@ieee.org)
20241012005254.116814-1-aaron.covrig.us@ieee.org
* gnu/packages/elf.scm (libdwarf): Update v0.5.0 to v0.11.0
---
gnu/packages/elf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 119f8d13dd..7787f89696 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -350,7 +350,7 @@ (define-public patchelf-0.16
(define-public libdwarf
(package
(name "libdwarf")
- (version "0.5.0")
+ (version "0.11.0")
(source (origin
(method git-fetch)
;; The archive at
@@ -362,7 +362,7 @@ (define-public libdwarf
(file-name (git-file-name name version))
(sha256
(base32
- "17sgjxx666nxvxn3g1xc8fj0b89jazq9v8ddp3j3ck0r257ki8n2"))))
+ "0j4r6558rsgx7fhwa46mqix4jlxyf6m4h8i2nsxcq8j30siq5b85"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-shared")))

base-commit: b8fd792ea267cb920da0651074a533d8abf00488
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73758@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73758
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help