guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: stress: Update to 1.0.4.


From: Tobias Geerinckx-Rice
Subject: 09/11: gnu: stress: Update to 1.0.4.
Date: Thu, 18 Jan 2018 20:42:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ca52937c29624f0d39dda2372d4af7e1c09f4494
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 19 00:49:50 2018 +0100

    gnu: stress: Update to 1.0.4.
    
    * gnu/packages/admin.scm (stress): Update to 1.0.4.
---
 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 5767351..582c789 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1142,14 +1142,14 @@ development, not the kernel implementation of ACPI.")
 (define-public stress
   (package
     (name "stress")
-    (version "1.0.1")
+    (version "1.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://debian/pool/main/s/stress/stress_"
                                   version ".orig.tar.gz"))
               (sha256
                (base32
-                "1v9vnzlihqfjsxa93hdbrq72pqqk00dkylmlg8jpxhm7s1w9qfl1"))))
+                "0nw210jajk38m3y7h8s130ps2qsbz7j75wab07hi2r3hlz14yzh5"))))
     (build-system gnu-build-system)
     (home-page "https://packages.debian.org/sid/stress";)
     (synopsis "Impose load on and stress test a computer system")



reply via email to

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