guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: strace: Update to 5.2.


From: guix-commits
Subject: 04/07: gnu: strace: Update to 5.2.
Date: Sun, 4 Aug 2019 12:02:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2e2db09280d114bbdd0744c73d02aa5c40abdf4a
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 4 16:22:20 2019 +0200

    gnu: strace: Update to 5.2.
    
    * gnu/packages/linux.scm (strace): Update to 5.2.
---
 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 395a06c..a35af29 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1402,7 +1402,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
     (name "strace")
-    (version "5.1")
+    (version "5.2")
     (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
@@ -1410,7 +1410,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "12wsga1v3rab24gr0mpfip7j7gwr90m8f9h6fviqxa3xgnwl38zm"))))
+               "1li49i75wrdw91hchyyd8spnzfcmxcfyfb5g9zbaza89aq4bq4ym"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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