guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: bolt: Update to 0.9.4.


From: guix-commits
Subject: 04/06: gnu: bolt: Update to 0.9.4.
Date: Wed, 14 Dec 2022 06:45:30 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7e2b9dbe08b44f11a1d9ac8a921be7ca8fb60e72
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Dec 14 12:25:24 2022 +0100

    gnu: bolt: Update to 0.9.4.
    
    * gnu/packages/linux.scm (bolt): Update to 0.9.4.
---
 gnu/packages/linux.scm | 4 ++--
 1 file 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]