gnu: stress: Update to 1.0.7.

* gnu/packages/admin.scm (stress): Update to 1.0.7.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:03 +02:00
parent a81e46dbe5
commit 08e2a497be
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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))