summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-12-14 12:25:24 +0100
committerLudovic Courtès <ludo@gnu.org>2022-12-14 12:44:02 +0100
commit7e2b9dbe08b44f11a1d9ac8a921be7ca8fb60e72 (patch)
treed54044d6a2f76f210f649f0b11efd7918301a656 /gnu/packages/linux.scm
parent4eae37157fddecef7a732a66b77be5d3540948c8 (diff)
downloadguix-patches-7e2b9dbe08b44f11a1d9ac8a921be7ca8fb60e72.tar
guix-patches-7e2b9dbe08b44f11a1d9ac8a921be7ca8fb60e72.tar.gz
gnu: bolt: Update to 0.9.4.
* gnu/packages/linux.scm (bolt): Update to 0.9.4.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 23008f1592..73f3275838 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2872,7 +2872,7 @@ Both commands are targeted at system administrators.")
(define-public bolt
(package
(name "bolt")
- (version "0.9.2")
+ (version "0.9.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2881,7 +2881,7 @@ Both commands are targeted at system administrators.")
(file-name (git-file-name name version))
(sha256
(base32
- "1h48qmqxhjq9gxv5gf78cqm5wadmnhvc9bkd02zya77rh3pf6y3r"))))
+ "0w66shv7ra8yrhr0byifahbq25wi8qfsm3rifz0j31l7cmnys3js"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags '(list "--localstatedir=/var")