diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 00:49:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 02:45:16 +0100 |
commit | ca52937c29624f0d39dda2372d4af7e1c09f4494 (patch) | |
tree | bafece058e4152418f987dd369abda2a7d88b951 /gnu | |
parent | abf7fed5000f7dc652068e8f26d184787f49cc93 (diff) | |
download | patches-ca52937c29624f0d39dda2372d4af7e1c09f4494.tar patches-ca52937c29624f0d39dda2372d4af7e1c09f4494.tar.gz |
gnu: stress: Update to 1.0.4.
* gnu/packages/admin.scm (stress): Update to 1.0.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 57673510d1..582c789c8f 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") |