summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-19 00:49:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-19 02:45:16 +0100
commitca52937c29624f0d39dda2372d4af7e1c09f4494 (patch)
treebafece058e4152418f987dd369abda2a7d88b951 /gnu/packages
parentabf7fed5000f7dc652068e8f26d184787f49cc93 (diff)
downloadpatches-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/packages')
-rw-r--r--gnu/packages/admin.scm4
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")