guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: waybar: Update to 0.10.0.


From: guix-commits
Subject: 03/03: gnu: waybar: Update to 0.10.0.
Date: Sat, 30 Mar 2024 18:24:24 -0400 (EDT)

podiki pushed a commit to branch master
in repository guix.

commit f5558ee0cc1a11a8b61d3f4d43f05dd79d53ac77
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sat Mar 30 18:20:30 2024 -0400

    gnu: waybar: Update to 0.10.0.
    
    * gnu/packages/wm.scm (waybar): Update to 0.10.0.
    
    Change-Id: I5f52f2250510575156944a589db739abd71218a4
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 0a1e484bc4..588b62516e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2117,7 +2117,7 @@ compository, supporting the following featuers:
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.9.20")
+    (version "0.10.0")
     (source
      (origin
        (method git-fetch)
@@ -2126,7 +2126,7 @@ compository, supporting the following featuers:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07h5l7h7wmzqgg7fbp98khrxg2sq2s4ncp4fiiz1yg62r752idy4"))))
+        (base32 "00a8npilvcvicn9mff00i5rdzdll0zrmq0y8wgr314gnljn52md7"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags #~(list "--wrap-mode=nodownload")))



reply via email to

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