mbakke pushed a commit to branch master
in repository guix.

commit 1bd08a268a52509aef06b6743cc707fcccd53784
Author: Marius Bakke <mba...@fastmail.com>
Date:   Wed Feb 14 20:18:35 2018 +0100

    gnu: strace: Update to 4.21.
    
    * gnu/packages/linux.scm (strace): Update to 4.21.
    [source](uri): Releases are now served from GitHub.
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 858f088..bc1c658 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -905,14 +905,14 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (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

Reply via email to