mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: phoronix-test-suite: Update to 10.8.4.
* gnu/packages/benchmark.scm (phoronix-test-suite): Update to 10.8.4.
This commit is contained in:
parent
448deee2b7
commit
32ac1464d8
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@ (define-public bonnie++
|
|||
(define-public phoronix-test-suite
|
||||
(package
|
||||
(name "phoronix-test-suite")
|
||||
(version "10.8.3")
|
||||
(version "10.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -330,7 +330,7 @@ (define (mark-as-non-free directory)
|
|||
(scandir "." (cut string-match rx <>))))))
|
||||
(sha256
|
||||
(base32
|
||||
"105shk78jy46nwj6vnlmgp3y3lv9klar3dmcgasy4bslm4l2wx2b"))
|
||||
"1x5pyzzn7ipi0ia1xlvq3bpw0rgf7h7sbr2kzhz1k8y06var480z"))
|
||||
(patches (search-patches "phoronix-test-suite-fsdg.patch"))))
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue