1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 01:35:52 +02:00

gnu: bolt: Update to 0.9.10.

* gnu/packages/linux.scm (bolt): Update to 0.9.10.

Change-Id: If7a019b1fc87b4da97a6f94414c138d3a04b61fa
This commit is contained in:
Artyom V. Poptsov
2025-09-09 21:51:16 +03:00
parent 292c502e1b
commit 1809554145
+2 -2
View File
@@ -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")