mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: strace: Update to 6.16.
* gnu/packages/linux.scm (strace): Update to 6.16. Change-Id: Ib6e8ee92164568fa4c868d4712d268e5e9163527
This commit is contained in:
parent
61081db5d1
commit
a5c5139bf7
1 changed files with 2 additions and 2 deletions
|
@ -3745,7 +3745,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
|
|||
(define-public strace
|
||||
(package
|
||||
(name "strace")
|
||||
(version "6.15")
|
||||
(version "6.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3754,7 +3754,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1a4xq7lji9iazrjdm0anqg2xgkypl3a9pjcm9j71s9q84ggjgwqm"))
|
||||
(base32 "0p405lf76vksa3ldlq8fjjz5760q2rgr0dvms6bdp3dvc72kr82i"))
|
||||
(patches (search-patches "strace-readlink-tests.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue