gnu: strace: Update to 4.21.

* gnu/packages/linux.scm (strace): Update to 4.21.
[source](uri): Releases are now served from GitHub.
This commit is contained in:
Marius Bakke 2018-02-14 20:18:35 +01:00
parent 1a46a6d02d
commit 1bd08a268a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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