This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4c0cbdc59b gnu: stress-ng: Update to 0.19.06
4c0cbdc59b is described below

commit 4c0cbdc59bcaf154a556e3951b40277222f42def
Author: luca <[email protected]>
AuthorDate: Thu Nov 20 20:56:14 2025 +0100

    gnu: stress-ng: Update to 0.19.06
    
    * gnu/packages/admin.scm (stress-ng): Update to 0.19.06.
    
    Change-Id: I045856593f6169f97bcb0eb0229008acc7c59cf9
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 b6a7205376..e371d66157 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2950,7 +2950,7 @@ system is under heavy load.")
 (define-public stress-ng
   (package
     (name "stress-ng")
-    (version "0.19.03")
+    (version "0.19.06")
     (source
      (origin
        (method git-fetch)
@@ -2959,7 +2959,7 @@ system is under heavy load.")
              (commit (string-append "V" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1phrmjvvjn55pyfljfkk604d8q8wn17l416v91hskj98v7b7yhck"))))
+        (base32 "0fxyxxswkx5ay8i2w8ajsiagkysh8d41l88vls9c4rc35wxzhwf6"))))
     (build-system gnu-build-system)
     (arguments
      ;; XXX The test suite seems to cause instability on the VisionFive 2

Reply via email to