guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: strace: Update to 4.22.


From: Marius Bakke
Subject: 03/06: gnu: strace: Update to 4.22.
Date: Fri, 6 Apr 2018 14:17:04 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 426284d85581257ef0e2f60404ba0bdefc188148
Author: Marius Bakke <address@hidden>
Date:   Fri Apr 6 16:08:27 2018 +0200

    gnu: strace: Update to 4.22.
    
    * gnu/packages/linux.scm (strace): Update to 4.22.
    [source](uri): Download from home page.
---
 gnu/packages/linux.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f49171f..a01edf7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -934,14 +934,15 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
     (name "strace")
-    (version "4.21")
+    (version "4.22")
+    (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
-             (uri (string-append "https://github.com/strace/strace/releases/";
-                                 "download/v" version "/strace-" version 
".tar.xz"))
+             (uri (string-append home-page "/files/" version
+                                 "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "0dsw6xcfrmygidp1dj2ch8cl8icrar7789snkb2r8gh78kdqhxjw"))))
+               "17dkpnsjxmys1ydidm9wcvc3wscsz44fmlxw3dclspn9cj9d1306"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -952,7 +953,6 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
                (("/bin/sh") (which "sh")))
              #t)))))
     (native-inputs `(("perl" ,perl)))
-    (home-page "https://strace.io/";)
     (synopsis "System call tracer for Linux")
     (description
      "strace is a system call tracer, i.e. a debugging tool which prints out a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]