Skip to content
Snippets Groups Projects
Unverified Commit 1bd08a26 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: strace: Update to 4.21.

* gnu/packages/linux.scm (strace): Update to 4.21.
[source](uri): Releases are now served from GitHub.
parent 1a46a6d0
No related branches found
No related tags found
No related merge requests found
......@@ -905,14 +905,14 @@ (define-public zerofree
(define-public strace
(package
(name "strace")
(version "4.20")
(version "4.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/strace/strace/" version
"/strace-" version ".tar.xz"))
(uri (string-append "https://github.com/strace/strace/releases/"
"download/v" version "/strace-" version ".tar.xz"))
(sha256
(base32
"08y5b07vb8jc7ak5xc3x2kx1ly6xiwv1gnppcqjs81kks66i9wsv"))))
"0dsw6xcfrmygidp1dj2ch8cl8icrar7789snkb2r8gh78kdqhxjw"))))
(build-system gnu-build-system)
(arguments
'(#:phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment