diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-09-09 21:51:16 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-09-09 21:51:16 +0300 |
| commit | 18095541454b340aaf5079a5c5aad95f40e062c3 (patch) | |
| tree | 72898fd3124a40da5d8708b83f4fc880767e6f82 /gnu | |
| parent | 292c502e1becfc1703bf770c9d074e77b7685e85 (diff) | |
gnu: bolt: Update to 0.9.10.
* gnu/packages/linux.scm (bolt): Update to 0.9.10.
Change-Id: If7a019b1fc87b4da97a6f94414c138d3a04b61fa
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f371474138e..a623182eff4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4442,7 +4442,7 @@ minimizing cache miss rates for irq handlers.") (define-public bolt (package (name "bolt") - (version "0.9.8") + (version "0.9.10") (source (origin (method git-fetch) (uri (git-reference @@ -4451,7 +4451,7 @@ minimizing cache miss rates for irq handlers.") (file-name (git-file-name name version)) (sha256 (base32 - "1i9nyvx3qcf4m607qmpklpl9xqzsh423k8y3fr6c5n0k4ajy4cxh")))) + "1vw4vzyhkpm73snnfciy7x88ja72cv5isc27k91jvmy2350b29yx")))) (build-system meson-build-system) (arguments (list #:configure-flags '(list "--localstatedir=/var") |
