gnu: bolt: Update to 0.9.4.
* gnu/packages/linux.scm (bolt): Update to 0.9.4.
This commit is contained in:
parent
4eae37157f
commit
7e2b9dbe08
1 changed files with 2 additions and 2 deletions
|
@ -2872,7 +2872,7 @@ Both commands are targeted at system administrators.")
|
||||||
(define-public bolt
|
(define-public bolt
|
||||||
(package
|
(package
|
||||||
(name "bolt")
|
(name "bolt")
|
||||||
(version "0.9.2")
|
(version "0.9.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2881,7 +2881,7 @@ Both commands are targeted at system administrators.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h48qmqxhjq9gxv5gf78cqm5wadmnhvc9bkd02zya77rh3pf6y3r"))))
|
"0w66shv7ra8yrhr0byifahbq25wi8qfsm3rifz0j31l7cmnys3js"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags '(list "--localstatedir=/var")
|
(list #:configure-flags '(list "--localstatedir=/var")
|
||||||
|
|
Reference in a new issue