guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: fatrace: Update to 0.17.0.


From: guix-commits
Subject: 03/05: gnu: fatrace: Update to 0.17.0.
Date: Mon, 24 Apr 2023 06:25:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f4a6a65d683762bd58944c7d555dc79708e5981e
Author: Raphaël Mélotte <raphael.melotte@mind.be>
AuthorDate: Tue Apr 18 14:14:46 2023 +0200

    gnu: fatrace: Update to 0.17.0.
    
    * gnu/packages/monitoring.scm (fatrace): Update to 0.17.0
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/monitoring.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 5ef40bdf58..d36ba707c7 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -681,7 +681,7 @@ the recorded data over time.")
 (define-public fatrace
   (package
     (name "fatrace")
-    (version "0.16.3")
+    (version "0.17.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -690,7 +690,7 @@ the recorded data over time.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bxz6v1z0icp716jnv3knjyqp8bv6xnkz8gqd8z3g2b6yxj5xff3"))))
+                "067pj0z4np4mmhlin9411zpwwbfmn38ykvmxw35fnidf3kxcq49i"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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