guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: strace: Update to 5.5.


From: guix-commits
Subject: 06/13: gnu: strace: Update to 5.5.
Date: Mon, 10 Feb 2020 14:34:11 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 922fc9cb755abdd795b4d6e778aed7800f5c18cd
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 10 15:46:04 2020 +0100

    gnu: strace: Update to 5.5.
    
    * gnu/packages/linux.scm (strace): Update to 5.5.
---
 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 61cf8db..42f6da7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1504,7 +1504,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
     (name "strace")
-    (version "5.4")
+    (version "5.5")
     (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
@@ -1512,7 +1512,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "0hd7sb7l99y9rcj8jjc1b6m3ryds17krsymdg3dvd40jsla0bl7p"))))
+               "1zrhpzjlgfwfl8dd53llswmmharm5rbi0zch7lln5sjris69an4z"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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