diff options
| author | Arseniy Zaostrovnykh <necto.ne@gmail.com> | 2025-03-15 18:56:26 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-02 20:50:14 +0200 |
| commit | 3eb69acc8908caa67f79fe5ab61db5985cf66f47 (patch) | |
| tree | dd8c3b8505821ccb9f5e4d5ab073822bd01bcd77 /gnu/packages/instrumentation.scm | |
| parent | 6b10633062931e7fc765824012f7cd57e97efd73 (diff) | |
gnu: uftrace: Update to 0.17
* gnu/packages/instrumentation.scm (uftrace): Update to 0.17
* gnu/packages/patches/uftrace-fix-tests.patch: Drop the patch for
t192_lib_name.py that has been fixed in the mean time
Change-Id: I80dc540adabbbbbec8ac5f0c096e7e973e230b27
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/instrumentation.scm')
| -rw-r--r-- | gnu/packages/instrumentation.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm index b2d65f790e4..05e74b6f4f7 100644 --- a/gnu/packages/instrumentation.scm +++ b/gnu/packages/instrumentation.scm | |||
| @@ -569,7 +569,7 @@ whole-system symbolic access, and can also handle simple tracing jobs.") | |||
| 569 | (define-public uftrace | 569 | (define-public uftrace |
| 570 | (package | 570 | (package |
| 571 | (name "uftrace") | 571 | (name "uftrace") |
| 572 | (version "0.11") | 572 | (version "0.17") |
| 573 | (source (origin | 573 | (source (origin |
| 574 | (method git-fetch) | 574 | (method git-fetch) |
| 575 | (uri (git-reference | 575 | (uri (git-reference |
| @@ -577,7 +577,7 @@ whole-system symbolic access, and can also handle simple tracing jobs.") | |||
| 577 | (commit (string-append "v" version)))) | 577 | (commit (string-append "v" version)))) |
| 578 | (file-name (git-file-name name version)) | 578 | (file-name (git-file-name name version)) |
| 579 | (sha256 | 579 | (sha256 |
| 580 | (base32 "0gk0hv3rnf5czvazz1prg21rf9qlniz42g5b389n8a29hqj4q6xr")) | 580 | (base32 "0p1iy70hc4vl3j16j9vvlh5amvk06l3m35iic2crpavm240dw7y7")) |
| 581 | (patches (search-patches "uftrace-fix-tests.patch")))) | 581 | (patches (search-patches "uftrace-fix-tests.patch")))) |
| 582 | (build-system gnu-build-system) | 582 | (build-system gnu-build-system) |
| 583 | (arguments | 583 | (arguments |
