mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: stress: Update to 1.0.4.
* gnu/packages/admin.scm (stress): Update to 1.0.4. [native-inputs]: Add autoconf & automake.
This commit is contained in:
parent
688a4db071
commit
ecc7de528f
1 changed files with 5 additions and 2 deletions
|
@ -2201,15 +2201,18 @@ (define-public s-tui
|
|||
(define-public stress
|
||||
(package
|
||||
(name "stress")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://debian/pool/main/s/stress/stress_"
|
||||
version ".orig.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nw210jajk38m3y7h8s130ps2qsbz7j75wab07hi2r3hlz14yzh5"))))
|
||||
"09shpd85g8dvpiw0mnwykss676g0s7lbi8ab37xjinb5lfff960p"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)))
|
||||
(home-page "https://packages.debian.org/sid/stress")
|
||||
(synopsis "Impose load on and stress test a computer system")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue