guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2920fef5b2ecba07502c0143cbff789fe72466b4
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Sep 20 16:32:04 2026 +0300

    gnu: stress-ng: Update to 0.22.00.
    
    * gnu/packages/admin.scm (stress-ng): Update to 0.22.00.
    
    Change-Id: I0e5cf8cfb8830594b0c9b924b5821c6561f4dfa3
---
 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 647f9a1dec6..d1654f44eb5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2972,7 +2972,7 @@ system is under heavy load.")
 (define-public stress-ng
   (package
     (name "stress-ng")
-    (version "0.21.03")
+    (version "0.22.00")
     (source
      (origin
        (method git-fetch)
@@ -2981,7 +2981,7 @@ system is under heavy load.")
              (commit (string-append "V" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01p6n2l2hv3f579vdb60x77wyj1zs7wvi44agx538b2hiwwvlkl2"))))
+        (base32 "1nqypaf9jngnpxfdwn3j255axb6r9n1gprc1lslvv6p99s8kyhh3"))))
     (build-system gnu-build-system)
     (arguments
      ;; XXX The test suite seems to cause instability on the VisionFive 2

Reply via email to