all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: picnoir@alternativebit.fr
To: 70732@debbugs.gnu.org
Cc: Picnoir <picnoir@alternativebit.fr>
Subject: [bug#70732] [PATCH] gnu: waybar: Update to 0.10.2.
Date: Fri,  3 May 2024 10:39:08 +0200	[thread overview]
Message-ID: <ffafc4125af50c024ffe63b5d3e6c8dd49e21225.1714725548.git.picnoir@alternativebit.fr> (raw)

From: Picnoir <picnoir@alternativebit.fr>

* gnu/packages/wm.scm (waybar): Update to 0.10.2.
0.10.1 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.1.
0.10.2 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.2.
The meson build has been stable for these two releases, no new/removed
dependencies.

Change-Id: I2359a2111a35041860172232722e6d91a1ff35e7
---
 gnu/packages/wm.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f2cb77f5bf..f36feb683c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -71,6 +71,7 @@
 ;;; Copyright © 2024 chris <chris@bumblehead.com>
 ;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik@erikeduardo.xyz>
 ;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
+;;; Copyright © 2024 Picnoir <picnoir@alternativebit.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2212,7 +2213,7 @@ (define-public swaynotificationcenter
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.10.0")
+    (version "0.10.2")
     (source
      (origin
        (method git-fetch)
@@ -2221,10 +2222,11 @@ (define-public waybar
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00a8npilvcvicn9mff00i5rdzdll0zrmq0y8wgr314gnljn52md7"))))
+        (base32 "0h8anmzhbimgdjnbg79al32d5acbfyrh3sf8wcsbx1296qpd6af6"))))
     (build-system meson-build-system)
     (arguments
-     (list #:configure-flags #~(list "--wrap-mode=nodownload")))
+     (list
+      #:configure-flags #~(list "--wrap-mode=nodownload")))
     (inputs (list date
                   fmt
                   gtk-layer-shell
@@ -2242,8 +2244,7 @@ (define-public waybar
                   spdlog
                   wayland
                   wireplumber))
-    (native-inputs
-     (list `(,glib "bin") pkg-config scdoc wayland-protocols))
+    (native-inputs (list `(,glib "bin") pkg-config scdoc wayland-protocols))
     (home-page "https://github.com/Alexays/Waybar")
     (synopsis "Wayland bar for Sway and Wlroots based compositors")
     (description "Waybar is a highly customisable Wayland bar for Sway and

base-commit: aa9ac252206615713ab988d7068da9e14a9bccc0
-- 
2.41.0





             reply	other threads:[~2024-05-03 13:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  8:39 picnoir [this message]
2024-05-06 11:59 ` bug#70732: [PATCH] gnu: waybar: Update to 0.10.2 Nicolas Goaziou via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ffafc4125af50c024ffe63b5d3e6c8dd49e21225.1714725548.git.picnoir@alternativebit.fr \
    --to=picnoir@alternativebit.fr \
    --cc=70732@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.