apteryx pushed a commit to branch master
in repository guix.

commit 8984d4bbb2d48c5167f5ebdb4587bad3d28ae9d3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Mar 22 21:43:28 2025 +0900

    gnu: sysdig: Update to 0.40.1.
    
    * gnu/packages/admin.scm (sysdig): Update to 0.40.1.
    
    Change-Id: Ifc5a5bc2d701a5bfcebcacc65880225ede3f2e22
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d91301ce9e..c86ff2c284 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -6203,7 +6203,7 @@ that require it.")
 (define-public sysdig
   (package
     (name "sysdig")
-    (version "0.40.0-alpha6")           ;for the 0.20 patch to apply
+    (version "0.40.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6212,7 +6212,7 @@ that require it.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0pxmx3by0lckw7zv54wrg0cr13j1mhk2z0x4qachrf2mz5qjq2cd"))))
+                "1npm630fix7vssd7hiv2sh3jbs43jl748zbrhwpx8gly25zqvy1h"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ;no test suite

Reply via email to