gnu: strace: Update to 6.16.

* gnu/packages/linux.scm (strace): Update to 6.16.

Change-Id: Ib6e8ee92164568fa4c868d4712d268e5e9163527
This commit is contained in:
Leo Famulari 2025-09-04 11:30:39 -04:00
parent 61081db5d1
commit a5c5139bf7
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -3745,7 +3745,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
(define-public strace (define-public strace
(package (package
(name "strace") (name "strace")
(version "6.15") (version "6.16")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3754,7 +3754,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1a4xq7lji9iazrjdm0anqg2xgkypl3a9pjcm9j71s9q84ggjgwqm")) (base32 "0p405lf76vksa3ldlq8fjjz5760q2rgr0dvms6bdp3dvc72kr82i"))
(patches (search-patches "strace-readlink-tests.patch")))) (patches (search-patches "strace-readlink-tests.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments