mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: stress-ng: Update to 0.19.03.
* gnu/packages/admin.scm (stress-ng): Update to 0.19.03. Change-Id: Ibcad84616d763e7087356217bc5def2bca709121
This commit is contained in:
parent
efd12d217e
commit
fd6ac1c044
1 changed files with 2 additions and 2 deletions
|
@ -2922,7 +2922,7 @@ system is under heavy load.")
|
|||
(define-public stress-ng
|
||||
(package
|
||||
(name "stress-ng")
|
||||
(version "0.18.04")
|
||||
(version "0.19.03")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2931,7 +2931,7 @@ system is under heavy load.")
|
|||
(commit (string-append "V" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "100w4qkrzpg7jjl4dw0c376xi811qnjmlbffiy43i945f9vl3dc7"))))
|
||||
(base32 "1phrmjvvjn55pyfljfkk604d8q8wn17l416v91hskj98v7b7yhck"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; XXX The test suite seems to cause instability on the VisionFive 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue