guix-commits
[Top][All Lists]
Advanced

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

26/31: gnu: stress: Update to 1.0.7.


From: guix-commits
Subject: 26/31: gnu: stress: Update to 1.0.7.
Date: Mon, 17 Jul 2023 11:37:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 08e2a497be3c0016695b6bfb0e22986908c54e9c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:03 2023 +0200

    gnu: stress: Update to 1.0.7.
    
    * gnu/packages/admin.scm (stress): Update to 1.0.7.
---
 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 e9e949bf14..d0b9f4beb9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2472,14 +2472,14 @@ utilization, temperature and power.")
 (define-public stress
   (package
     (name "stress")
-    (version "1.0.5")
+    (version "1.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://debian/pool/main/s/stress/stress_"
                                   version ".orig.tar.gz"))
               (sha256
                (base32
-                "09shpd85g8dvpiw0mnwykss676g0s7lbi8ab37xjinb5lfff960p"))))
+                "1cg0mklfrwfyzwqkzidd0151r8n2jgbiiqz1v0p3w4q62mkmdand"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake))



reply via email to

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