mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: strace: Update to 6.16.
* gnu/packages/linux.scm (strace): Update to 6.16. Change-Id: Ib6e8ee92164568fa4c868d4712d268e5e9163527
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user