mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: bolt: Update to 0.9.5.
* gnu/packages/linux.scm (bolt): Update to 0.9.5.
This commit is contained in:
parent
0c29d994fd
commit
49f8d936ad
1 changed files with 2 additions and 2 deletions
|
@ -2873,7 +2873,7 @@ (define-public iptables
|
|||
(define-public bolt
|
||||
(package
|
||||
(name "bolt")
|
||||
(version "0.9.4")
|
||||
(version "0.9.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2882,7 +2882,7 @@ (define-public bolt
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0w66shv7ra8yrhr0byifahbq25wi8qfsm3rifz0j31l7cmnys3js"))))
|
||||
"1b9z0sfrz6bj0mddng9s0dx59g9239zmrl03hxx2x88mb7r0wmcg"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags '(list "--localstatedir=/var")
|
||||
|
|
Loading…
Reference in a new issue