guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: strace: Update to 4.17.


From: Marius Bakke
Subject: 02/04: gnu: strace: Update to 4.17.
Date: Thu, 25 May 2017 14:17:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2af3743bc26f2ff81187bc3c4077eb54f762e070
Author: Marius Bakke <address@hidden>
Date:   Thu May 25 20:00:34 2017 +0200

    gnu: strace: Update to 4.17.
    
    * gnu/packages/linux.scm (strace): Update to 4.17.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 28babb4..c9d8dad 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -824,14 +824,14 @@ images more compressible.")
 (define-public strace
   (package
     (name "strace")
-    (version "4.16")
+    (version "4.17")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/strace/strace/" version
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "1vzhmpcy989i4k12q4cc438yal2ghhm6x7ychscjbhcf2yspqj4q"))))
+               "06bl4dld5fk4a3iiq4pyrkm6sh63599ah8dmds0glg5vbw45pww1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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