diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-08-04 16:22:20 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-08-04 16:22:20 +0200 |
commit | 2e2db09280d114bbdd0744c73d02aa5c40abdf4a (patch) | |
tree | e2fb9063a95af81fe058cbdf1266a933e2db159e | |
parent | 16feaeefc9943478e703515c91a7a05d6ab8c468 (diff) | |
download | patches-2e2db09280d114bbdd0744c73d02aa5c40abdf4a.tar patches-2e2db09280d114bbdd0744c73d02aa5c40abdf4a.tar.gz |
gnu: strace: Update to 5.2.
* gnu/packages/linux.scm (strace): Update to 5.2.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 395a06c956..a35af299dd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1402,7 +1402,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.") (define-public strace (package (name "strace") - (version "5.1") + (version "5.2") (home-page "https://strace.io") (source (origin (method url-fetch) @@ -1410,7 +1410,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.") "/strace-" version ".tar.xz")) (sha256 (base32 - "12wsga1v3rab24gr0mpfip7j7gwr90m8f9h6fviqxa3xgnwl38zm")))) + "1li49i75wrdw91hchyyd8spnzfcmxcfyfb5g9zbaza89aq4bq4ym")))) (build-system gnu-build-system) (arguments '(#:phases |