me
/
guix
Archived
1
0
Fork 0

gnu: bolt: Update to 0.9.5.

* gnu/packages/linux.scm (bolt): Update to 0.9.5.
master
Tobias Geerinckx-Rice 2023-01-15 01:00:01 +01:00
parent 0c29d994fd
commit 49f8d936ad
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2873,7 +2873,7 @@ Both commands are targeted at system administrators.")
(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 @@ Both commands are targeted at system administrators.")
(file-name (git-file-name name version))
(sha256
(base32
"0w66shv7ra8yrhr0byifahbq25wi8qfsm3rifz0j31l7cmnys3js"))))
"1b9z0sfrz6bj0mddng9s0dx59g9239zmrl03hxx2x88mb7r0wmcg"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags '(list "--localstatedir=/var")