mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: stress: Update to 1.0.7.
* gnu/packages/admin.scm (stress): Update to 1.0.7.
This commit is contained in:
parent
a81e46dbe5
commit
08e2a497be
1 changed files with 2 additions and 2 deletions
|
@ -2472,14 +2472,14 @@ (define-public s-tui
|
|||
(define-public stress
|
||||
(package
|
||||
(name "stress")
|
||||
(version "1.0.5")
|
||||
(version "1.0.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://debian/pool/main/s/stress/stress_"
|
||||
version ".orig.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09shpd85g8dvpiw0mnwykss676g0s7lbi8ab37xjinb5lfff960p"))))
|
||||
"1cg0mklfrwfyzwqkzidd0151r8n2jgbiiqz1v0p3w4q62mkmdand"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake))
|
||||
|
|
Loading…
Reference in a new issue