1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: bonnie++: Update to 2.00a.

* gnu/packages/benchmark.scm (bonnie++): Update to 2.00a.

Change-Id: Iceb4212a5699ac6c2642e2d41eddd5a0dd37dc84
This commit is contained in:
Artyom V. Poptsov
2025-11-04 22:48:06 +03:00
parent b0718088e2
commit 853c962f3b

View File

@@ -266,14 +266,14 @@ tests.")
(define-public bonnie++
(package
(name "bonnie++")
(version "1.98")
(version "2.00a")
(source (origin
(method url-fetch)
(uri (string-append "https://www.coker.com.au/bonnie++/bonnie++-"
version ".tgz"))
(sha256
(base32
"010bmlmi0nrlp3aq7p624sfaj5a65lswnyyxk3cnz1bqig0cn2vf"))))
"03lg8rz2a9wgwn9axd6gkjiswgxmp62fbxjvrrcvazmwh6ykplx8"))))
(build-system gnu-build-system)
(native-inputs
(list gcc-10 perl))