~ruther/guix-local

ca52937c29624f0d39dda2372d4af7e1c09f4494 — Tobias Geerinckx-Rice 8 years ago abf7fed
gnu: stress: Update to 1.0.4.

* gnu/packages/admin.scm (stress): Update to 1.0.4.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +2 -2
@@ 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")