guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: stress: Update to 1.0.4.


From: guix-commits
Subject: 01/06: gnu: stress: Update to 1.0.4.
Date: Mon, 4 Oct 2021 15:27:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ecc7de528f7e0bcb6fcfb6f884335e358003fc9a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 4 16:40:02 2021 +0200

    gnu: stress: Update to 1.0.4.
    
    * gnu/packages/admin.scm (stress): Update to 1.0.4.
    [native-inputs]: Add autoconf & automake.
---
 gnu/packages/admin.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 22e0538..69cedac 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2201,15 +2201,18 @@ utilization, temperature and power.")
 (define-public stress
   (package
     (name "stress")
-    (version "1.0.4")
+    (version "1.0.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://debian/pool/main/s/stress/stress_"
                                   version ".orig.tar.gz"))
               (sha256
                (base32
-                "0nw210jajk38m3y7h8s130ps2qsbz7j75wab07hi2r3hlz14yzh5"))))
+                "09shpd85g8dvpiw0mnwykss676g0s7lbi8ab37xjinb5lfff960p"))))
     (build-system gnu-build-system)
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)))
     (home-page "https://packages.debian.org/sid/stress";)
     (synopsis "Impose load on and stress test a computer system")
     (description



reply via email to

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