mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01: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 @@ utilization, temperature and power.")
|
||||||
(define-public stress
|
(define-public stress
|
||||||
(package
|
(package
|
||||||
(name "stress")
|
(name "stress")
|
||||||
(version "1.0.5")
|
(version "1.0.7")
|
||||||
(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
|
||||||
"09shpd85g8dvpiw0mnwykss676g0s7lbi8ab37xjinb5lfff960p"))))
|
"1cg0mklfrwfyzwqkzidd0151r8n2jgbiiqz1v0p3w4q62mkmdand"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake))
|
(list autoconf automake))
|
||||||
|
|
Loading…
Add table
Reference in a new issue