me
/
guix
Archived
1
0
Fork 0

gnu: stress: Update to 1.0.4.

* gnu/packages/admin.scm (stress): Update to 1.0.4.
master
Tobias Geerinckx-Rice 2018-01-19 00:49:50 +01:00
parent abf7fed500
commit ca52937c29
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1142,14 +1142,14 @@ development, not the kernel implementation of ACPI.")
(define-public stress (define-public stress
(package (package
(name "stress") (name "stress")
(version "1.0.1") (version "1.0.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://debian/pool/main/s/stress/stress_" (uri (string-append "mirror://debian/pool/main/s/stress/stress_"
version ".orig.tar.gz")) version ".orig.tar.gz"))
(sha256 (sha256
(base32 (base32
"1v9vnzlihqfjsxa93hdbrq72pqqk00dkylmlg8jpxhm7s1w9qfl1")))) "0nw210jajk38m3y7h8s130ps2qsbz7j75wab07hi2r3hlz14yzh5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://packages.debian.org/sid/stress") (home-page "https://packages.debian.org/sid/stress")
(synopsis "Impose load on and stress test a computer system") (synopsis "Impose load on and stress test a computer system")