Archived
1
0
Fork 0

gnu: bolt: Update to 0.9.4.

* gnu/packages/linux.scm (bolt): Update to 0.9.4.
This commit is contained in:
Ludovic Courtès 2022-12-14 12:25:24 +01:00
parent 4eae37157f
commit 7e2b9dbe08
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")